diff options
Diffstat (limited to 'src/Textures.h')
-rw-r--r-- | src/Textures.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Textures.h b/src/Textures.h index 9c1a60f..d9fb92a 100644 --- a/src/Textures.h +++ b/src/Textures.h @@ -19,7 +19,6 @@ #ifndef BLACKSHADES_TEXTURES_H #define BLACKSHADES_TEXTURES_H -#include <SDL/SDL.h> #include <GL/gl.h> GLuint loadTexture(const char* filename, GLenum minFilter = GL_LINEAR, |