- replaced YES/NO with true/false
[supertux.git] / src / texture.h
index 329ff78..7b83bef 100644 (file)
 #ifndef SUPERTUX_TEXTURE_H
 #define SUPERTUX_TEXTURE_H
 
+#include <SDL.h>
 #include <string>
-
-#include "SDL.h"
 #ifndef NOOPENGL
-#include "SDL_opengl.h"
+#include <SDL_opengl.h>
 #endif
 
 #include "screen.h"