Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / special / sprite.h
index 394e44b..8de7d5c 100644 (file)
@@ -23,9 +23,9 @@
 #include <string>
 #include <vector>
 
-#include "utils/lispreader.h"
-#include "video/surface.h"
-#include "math/vector.h"
+#include "../utils/lispreader.h"
+#include "../video/surface.h"
+#include "../math/vector.h"
 
 namespace SuperTux
   {