Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / video / surface.cpp
index 8550573..7142278 100644 (file)
@@ -25,9 +25,9 @@
 #include "SDL.h"
 #include "SDL_image.h"
 
-#include "video/surface.h"
-#include "app/globals.h"
-#include "app/setup.h"
+#include "../video/surface.h"
+#include "../app/globals.h"
+#include "../app/setup.h"
 
 using namespace SuperTux;