- fixes image region tiling bug (by Matze)
[supertux.git] / lib / video / font.cpp
index 93e7925..78cfd39 100644 (file)
 #include <cstdlib>
 #include <cstring>
 
-#include "../app/globals.h"
-#include "../video/screen.h"
-#include "../video/font.h"
-#include "../video/drawing_context.h"
-#include "../utils/lispreader.h"
+#include "app/globals.h"
+#include "screen.h"
+#include "font.h"
+#include "drawing_context.h"
+#include "utils/lispreader.h"
 
 using namespace SuperTux;