summaryrefslogtreecommitdiff
path: root/src/utils/glxhelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/glxhelper.cpp')
-rw-r--r--src/utils/glxhelper.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/glxhelper.cpp b/src/utils/glxhelper.cpp
index 685f01760..c5fb54d86 100644
--- a/src/utils/glxhelper.cpp
+++ b/src/utils/glxhelper.cpp
@@ -24,12 +24,12 @@
#include "logger.h"
-#include "render/mglx.h"
-#include "render/mglxtypes.h"
-
#include "render/opengl/mglcheck.h"
#include "render/opengl/mgldefines.h"
+#include "render/openglx/mglx.h"
+#include "render/openglx/mglxtypes.h"
+
#include "utils/stringutils.h"
#include "debug.h"