summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2014-03-28 01:32:43 +0100
committerPierre Bourdon <delroth@gmail.com>2014-03-28 01:32:43 +0100
commit9b8296d5ab2f8d57ff393d802b24c2e344d1cd39 (patch)
tree58c2253b61fba5d8363c4dd8ae5b86ba68ae2e1a /Source
parentee091329f7c86e2911244d6268b7492433b6ffa4 (diff)
parent52c1db81ee76957155e43d9f14d0f4245e7dfd85 (diff)
Merge pull request #219 from lioncash/includes
Fix include order in EGL.h.
Diffstat (limited to 'Source')
-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"