furhter improve collision detection by reintroducing time of collision, still more...
[supertux.git] / lib / special / sprite.h
index 2e18eb6..655aba8 100644 (file)
@@ -24,9 +24,9 @@
 #include <vector>
 #include <map>
 
-#include "../utils/lispreader.h"
-#include "../video/surface.h"
-#include "../math/vector.h"
+#include "utils/lispreader.h"
+#include "video/surface.h"
+#include "math/vector.h"
 #include "sprite_data.h"
 
 namespace SuperTux