summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/mobileopenglscreenshothelper.cpp4
-rw-r--r--src/resources/openglimagehelper.cpp7
-rw-r--r--src/resources/openglscreenshothelper.cpp4
-rw-r--r--src/resources/safeopenglimagehelper.cpp5
4 files changed, 11 insertions, 9 deletions
diff --git a/src/resources/mobileopenglscreenshothelper.cpp b/src/resources/mobileopenglscreenshothelper.cpp
index 50dbcbc64..7efb0f3b9 100644
--- a/src/resources/mobileopenglscreenshothelper.cpp
+++ b/src/resources/mobileopenglscreenshothelper.cpp
@@ -27,10 +27,10 @@
#include "configuration.h"
#include "graphicsmanager.h"
-#include "render/mgl.h"
#ifdef __native_client__
-#include "render/naclglfunctions.h"
+#include "render/opengl/naclglfunctions.h"
#endif
+#include "render/opengl/mgl.h"
#include "debug.h"
diff --git a/src/resources/openglimagehelper.cpp b/src/resources/openglimagehelper.cpp
index 0010d88b6..8cdf6beec 100644
--- a/src/resources/openglimagehelper.cpp
+++ b/src/resources/openglimagehelper.cpp
@@ -27,17 +27,18 @@
#include "graphicsmanager.h"
#include "logger.h"
-#include "render/mgl.h"
-#include "render/mglcheck.h"
#include "render/mobileopengl2graphics.h"
#include "render/mobileopenglgraphics.h"
#include "render/modernopenglgraphics.h"
#ifdef __native_client__
-#include "render/naclglfunctions.h"
+#include "render/opengl/naclglfunctions.h"
#endif
#include "render/normalopenglgraphics.h"
#include "render/safeopenglgraphics.h"
+#include "render/opengl/mgl.h"
+#include "render/opengl/mglcheck.h"
+
#include "resources/dye.h"
#include "resources/dyepalette.h"
#include "resources/image.h"
diff --git a/src/resources/openglscreenshothelper.cpp b/src/resources/openglscreenshothelper.cpp
index 9d0edd80e..648ec6942 100644
--- a/src/resources/openglscreenshothelper.cpp
+++ b/src/resources/openglscreenshothelper.cpp
@@ -27,10 +27,10 @@
#include "configuration.h"
#include "graphicsmanager.h"
-#include "render/mgl.h"
#ifdef __native_client__
-#include "render/naclglfunctions.h"
+#include "render/opengl/naclglfunctions.h"
#endif
+#include "render/opengl/mgl.h"
#include "debug.h"
diff --git a/src/resources/safeopenglimagehelper.cpp b/src/resources/safeopenglimagehelper.cpp
index 44c8ca124..da6b750dd 100644
--- a/src/resources/safeopenglimagehelper.cpp
+++ b/src/resources/safeopenglimagehelper.cpp
@@ -27,14 +27,15 @@
#include "graphicsmanager.h"
#include "logger.h"
-#include "render/mgl.h"
-#include "render/mglcheck.h"
#include "render/mobileopengl2graphics.h"
#include "render/mobileopenglgraphics.h"
#include "render/modernopenglgraphics.h"
#include "render/normalopenglgraphics.h"
#include "render/safeopenglgraphics.h"
+#include "render/opengl/mgl.h"
+#include "render/opengl/mglcheck.h"
+
#include "resources/dye.h"
#include "resources/dyepalette.h"
#include "resources/image.h"