Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / video / drawing_context.cpp
index 6a6b753..f6e9af1 100644 (file)
 #include <cassert>
 #include <iostream>
 
-#include "video/drawing_context.h"
-#include "video/surface.h"
-#include "app/globals.h"
-#include "video/font.h"
+#include "../video/drawing_context.h"
+#include "../video/surface.h"
+#include "../app/globals.h"
+#include "../video/font.h"
 
 using namespace SuperTux;