furhter improve collision detection by reintroducing time of collision, still more...
[supertux.git] / lib / video / surface.h
index 1491e84..d13d9dc 100644 (file)
@@ -29,8 +29,8 @@
 
 #include "SDL.h"
 
-#include "../math/vector.h"
-#include "../video/screen.h"
+#include "math/vector.h"
+#include "video/screen.h"
 
 namespace SuperTux
   {