diff options
Diffstat (limited to 'src/graphicsmanager.h')
-rw-r--r-- | src/graphicsmanager.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/graphicsmanager.h b/src/graphicsmanager.h index 450040eed..ab69a0cc6 100644 --- a/src/graphicsmanager.h +++ b/src/graphicsmanager.h @@ -24,14 +24,12 @@ #include "main.h" #ifdef USE_OPENGL -#ifndef WIN32 #define GL_GLEXT_PROTOTYPES 1 #include <SDL_opengl.h> // hack to hide warnings #undef GL_GLEXT_VERSION #undef GL_GLEXT_PROTOTYPES #endif -#endif #include <set> #include <string> |