Delayed root hatching
[supertux.git] / src / video / drawing_context.hpp
index b742b37..296ea8e 100644 (file)
 
 #include <vector>
 #include <string>
+#include <memory>
+
 #include <stdint.h>
 
 #include <GL/gl.h>
-#include <SDL.h>
-#include <stdint.h>
-#include <memory>
+#include <SDL_video.h>
 
 #include "obstack/obstack.h"
 #include "math/vector.hpp"