Browse Source

Macro hard, microsoft

Alex Szpakowski 12 years ago
parent
commit
9d62d0044c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/modules/graphics/opengl/OpenGL.cpp

+ 3 - 3
src/modules/graphics/opengl/OpenGL.cpp

@@ -18,12 +18,12 @@
  * 3. This notice may not be removed or altered from any source distribution.
  **/
 
-#include "OpenGL.h"
-
 // LOVE
 #include "common/config.h"
-#include "common/Exception.h"
+#include "OpenGL.h"
+
 #include "Shader.h"
+#include "common/Exception.h"
 
 // STL
 #include <algorithm>