From 52c1db81ee76957155e43d9f14d0f4245e7dfd85 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 27 Mar 2014 20:26:52 -0400 Subject: [PATCH] Fix include order in EGL.h. --- Source/Core/DolphinWX/GLInterface/EGL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include +#include #include "Core/ConfigManager.h" #include "DolphinWX/GLInterface/InterfaceBase.h"