diff options
Diffstat (limited to 'src/utils/glxhelper.cpp')
-rw-r--r-- | src/utils/glxhelper.cpp | 6 |
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" |