From 9d62d0044c85b86f4e6b5b0ae0ab04cfdde61278 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Fri, 19 Apr 2013 16:11:39 -0300 Subject: [PATCH] Macro hard, microsoft --- src/modules/graphics/opengl/OpenGL.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/graphics/opengl/OpenGL.cpp b/src/modules/graphics/opengl/OpenGL.cpp index 4821e77da..8b758bd82 100644 --- a/src/modules/graphics/opengl/OpenGL.cpp +++ b/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