summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-03-27 20:26:52 -0400
committerLioncash <mathew1800@gmail.com>2014-03-27 20:26:52 -0400
commit52c1db81ee76957155e43d9f14d0f4245e7dfd85 (patch)
tree58c2253b61fba5d8363c4dd8ae5b86ba68ae2e1a /Source/Core
parentee091329f7c86e2911244d6268b7492433b6ffa4 (diff)
Fix include order in EGL.h.
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinWX/GLInterface/EGL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/GLInterface/EGL.h b/Source/Core/DolphinWX/GLInterface/EGL.h
index d482ae8c90..c525b4d7a7 100644
--- a/Source/Core/DolphinWX/GLInterface/EGL.h
+++ b/Source/Core/DolphinWX/GLInterface/EGL.h
@@ -4,8 +4,8 @@
#pragma once
-#include <EGL/egl.h>
#include <string>
+#include <EGL/egl.h>
#include "Core/ConfigManager.h"
#include "DolphinWX/GLInterface/InterfaceBase.h"