diff options
Diffstat (limited to 'src/graphicsvertexes.h')
-rw-r--r-- | src/graphicsvertexes.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/graphicsvertexes.h b/src/graphicsvertexes.h index 3b0e48fe2..9fa822ffd 100644 --- a/src/graphicsvertexes.h +++ b/src/graphicsvertexes.h @@ -36,17 +36,10 @@ #include <SDL_opengl.h> #endif -#include <SDL.h> - -#include "render/mobileopenglgraphics.h" -#include "render/normalopenglgraphics.h" -#include "render/safeopenglgraphics.h" #endif #include "resources/image.h" -#include <string> -#include <list> #include <vector> struct DoubleRect final |