summaryrefslogtreecommitdiff
path: root/src/graphicsvertexes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphicsvertexes.h')
-rw-r--r--src/graphicsvertexes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphicsvertexes.h b/src/graphicsvertexes.h
index 3fd674c66..aa9d58ff6 100644
--- a/src/graphicsvertexes.h
+++ b/src/graphicsvertexes.h
@@ -31,10 +31,10 @@
#include <GLES/gl.h>
#else
#define GL_GLEXT_PROTOTYPES 1
-#include <SDL/SDL_opengl.h>
+#include <SDL_opengl.h>
#endif
-#include <SDL/SDL.h>
+#include <SDL.h>
#include "mobileopenglgraphics.h"
#include "normalopenglgraphics.h"