Quellcode durchsuchen

Macro hard, microsoft

Alex Szpakowski vor 12 Jahren
Ursprung
Commit
9d62d0044c
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  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>