Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / special / sprite.cpp
index fb4d10c..75e6e54 100644 (file)
 #include <iostream>
 #include <cmath>
 
-#include "app/globals.h"
-#include "app/setup.h"
-#include "special/sprite.h"
-#include "video/drawing_context.h"
+#include "../app/globals.h"
+#include "../app/setup.h"
+#include "../special/sprite.h"
+#include "../video/drawing_context.h"
 
 using namespace SuperTux;