Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / utils / configfile.cpp
index 4b50531..0ef0374 100644 (file)
@@ -20,9 +20,9 @@
 #include <cstdlib>
 #include <string>
 
-#include "utils/configfile.h"
-#include "app/setup.h"
-#include "app/globals.h"
+#include "../utils/configfile.h"
+#include "../app/setup.h"
+#include "../app/globals.h"
 
 using namespace SuperTux;