diff options
Diffstat (limited to 'src/itemdef.cpp')
-rw-r--r-- | src/itemdef.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/itemdef.cpp b/src/itemdef.cpp index 9d6068bab..0d0afeb2b 100644 --- a/src/itemdef.cpp +++ b/src/itemdef.cpp @@ -38,10 +38,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <map> #include <set> -#ifdef __ANDROID__ -#include <GLES/gl.h> -#endif - /* ItemDefinition */ |