aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/openglsdl/openglsdl-graphics.h
diff options
context:
space:
mode:
authorJordi Vilalta Prat2010-12-03 19:43:27 +0000
committerJordi Vilalta Prat2010-12-03 19:43:27 +0000
commit5884f5a7ac1ca83e702f44cd4ecfc56dcfaf2490 (patch)
treeadd89b5fcb907c4ba27ba3dbb0a532105c61b3e7 /backends/graphics/openglsdl/openglsdl-graphics.h
parentf1d961a35eadec6a76c0423563e379d830f68002 (diff)
downloadscummvm-rg350-5884f5a7ac1ca83e702f44cd4ecfc56dcfaf2490.tar.gz
scummvm-rg350-5884f5a7ac1ca83e702f44cd4ecfc56dcfaf2490.tar.bz2
scummvm-rg350-5884f5a7ac1ca83e702f44cd4ecfc56dcfaf2490.zip
OPENGLES: Fix the projection matrix and the includes.
svn-id: r54756
Diffstat (limited to 'backends/graphics/openglsdl/openglsdl-graphics.h')
-rw-r--r--backends/graphics/openglsdl/openglsdl-graphics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/graphics/openglsdl/openglsdl-graphics.h b/backends/graphics/openglsdl/openglsdl-graphics.h
index 548988e43a..d39c0814de 100644
--- a/backends/graphics/openglsdl/openglsdl-graphics.h
+++ b/backends/graphics/openglsdl/openglsdl-graphics.h
@@ -30,7 +30,6 @@
#if defined(ARRAYSIZE) && !defined(_WINDOWS_)
#undef ARRAYSIZE
#endif
-#include <SDL_opengl.h>
#include "backends/graphics/opengl/opengl-graphics.h"