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