Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / gui / mousecursor.h
index 0842b62..c6b19f3 100644 (file)
@@ -22,8 +22,8 @@
 
 #include <string>
 
-#include "special/timer.h"
-#include "video/surface.h"
+#include "../special/timer.h"
+#include "../video/surface.h"
 
 namespace SuperTux
   {