diff options
Diffstat (limited to 'src/normalopenglgraphics.h')
-rw-r--r-- | src/normalopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normalopenglgraphics.h b/src/normalopenglgraphics.h index 46f88bfe3..57815af38 100644 --- a/src/normalopenglgraphics.h +++ b/src/normalopenglgraphics.h @@ -23,10 +23,10 @@ #ifndef OPENGLGRAPHICS_H #define OPENGLGRAPHICS_H +#include "main.h" #ifdef USE_OPENGL #include "localconsts.h" -#include "main.h" #include "graphics.h" #include "resources/fboinfo.h" |