diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-03 21:28:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-03 21:28:49 +0300 |
commit | 8315c94fde36046785cf86165021906a49c6d849 (patch) | |
tree | 4b5e8ac7263b2fca078da5f1de30df77755924ef /src/mobileopenglgraphics.h | |
parent | 88e2d16c070f480e1892044f329cd38df298003d (diff) | |
download | plus-8315c94fde36046785cf86165021906a49c6d849.tar.gz plus-8315c94fde36046785cf86165021906a49c6d849.tar.bz2 plus-8315c94fde36046785cf86165021906a49c6d849.tar.xz plus-8315c94fde36046785cf86165021906a49c6d849.zip |
Remove subdir SDL from SDL includes.
Diffstat (limited to 'src/mobileopenglgraphics.h')
-rw-r--r-- | src/mobileopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobileopenglgraphics.h b/src/mobileopenglgraphics.h index 6d9e8ef9b..4f96ce1df 100644 --- a/src/mobileopenglgraphics.h +++ b/src/mobileopenglgraphics.h @@ -37,7 +37,7 @@ #include <GLES2/gl2.h> #else #define GL_GLEXT_PROTOTYPES 1 -#include <SDL/SDL_opengl.h> +#include <SDL_opengl.h> #include <GL/glext.h> #endif |