Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / app / globals.h
index 73c600b..2495017 100644 (file)
@@ -26,9 +26,9 @@
 
 #include "SDL.h"
 
-#include "video/font.h"
-#include "gui/menu.h"
-#include "gui/mousecursor.h"
+#include "../video/font.h"
+#include "../gui/menu.h"
+#include "../gui/mousecursor.h"
 
 namespace SuperTux
   {