diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-20 16:39:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-20 16:39:30 +0300 |
commit | d34ed15b68108f92ce368c7878defc72ec046ee0 (patch) | |
tree | 89438b93b4e6bbb8e721601db55dd9267e19f741 /src/utils/glxhelper.cpp | |
parent | dcd7364559e20e7d89ffeee0740b60a65c8d5362 (diff) | |
download | plus-d34ed15b68108f92ce368c7878defc72ec046ee0.tar.gz plus-d34ed15b68108f92ce368c7878defc72ec046ee0.tar.bz2 plus-d34ed15b68108f92ce368c7878defc72ec046ee0.tar.xz plus-d34ed15b68108f92ce368c7878defc72ec046ee0.zip |
Move OpenGLX related files into openglx directory.
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" |