Explorar el Código

Macro hard, microsoft

Alex Szpakowski hace 12 años
padre
commit
9d62d0044c
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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>