Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / app / setup.h
index 53a8b17..3447f05 100644 (file)
@@ -22,9 +22,9 @@
 
 #include <vector>
 #include <string>
-#include "gui/menu.h"
-#include "audio/sound.h"
-#include "special/base.h"
+#include "../gui/menu.h"
+#include "../audio/sound.h"
+#include "../special/base.h"
 
 namespace SuperTux {