diff options
Diffstat (limited to 'src/render/normalopenglgraphics.h')
-rw-r--r-- | src/render/normalopenglgraphics.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/render/normalopenglgraphics.h b/src/render/normalopenglgraphics.h index 29145115d..a3fbdc1fb 100644 --- a/src/render/normalopenglgraphics.h +++ b/src/render/normalopenglgraphics.h @@ -23,7 +23,6 @@ #ifndef RENDER_NORMALOPENGLGRAPHICS_H #define RENDER_NORMALOPENGLGRAPHICS_H -#include "main.h" #if defined USE_OPENGL && !defined ANDROID #include "localconsts.h" @@ -43,8 +42,6 @@ #include <GL/glext.h> #endif -#include <set> - class OpenGLGraphicsVertexes; class NormalOpenGLGraphics final : public Graphics |