summaryrefslogtreecommitdiff
path: root/src/normalopenglgraphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/normalopenglgraphics.cpp')
-rw-r--r--src/normalopenglgraphics.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/normalopenglgraphics.cpp b/src/normalopenglgraphics.cpp
index 75eafc732..89223838d 100644
--- a/src/normalopenglgraphics.cpp
+++ b/src/normalopenglgraphics.cpp
@@ -24,10 +24,11 @@
#ifdef USE_OPENGL
-#include "graphicsmanager.h"
-#include "graphicsvertexes.h"
#include "normalopenglgraphics.h"
+
#include "configuration.h"
+#include "graphicsmanager.h"
+#include "graphicsvertexes.h"
#include "logger.h"
#include "resources/image.h"