diff options
Diffstat (limited to 'src/graphicsmanager.cpp')
-rw-r--r-- | src/graphicsmanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphicsmanager.cpp b/src/graphicsmanager.cpp index caef7579c..7628b19fc 100644 --- a/src/graphicsmanager.cpp +++ b/src/graphicsmanager.cpp @@ -27,7 +27,7 @@ #include <GLES2/gl2.h> #include <GLES/glext.h> #include <EGL/egl.h> -#include <SDL/SDL_android.h> +#include <SDL_android.h> #else #include "GL/glx.h" #endif @@ -52,7 +52,7 @@ #include "test/testmain.h" -#include <SDL/SDL_syswm.h> +#include <SDL_syswm.h> #include "debug.h" |