summaryrefslogtreecommitdiffstats
path: root/pokemodr/TilemapModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemodr/TilemapModel.cpp')
-rw-r--r--pokemodr/TilemapModel.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/pokemodr/TilemapModel.cpp b/pokemodr/TilemapModel.cpp
index f21c6371..5312fb21 100644
--- a/pokemodr/TilemapModel.cpp
+++ b/pokemodr/TilemapModel.cpp
@@ -21,8 +21,11 @@
/////////////////////////////////////////////////////////////////////////////
#include <kcombobox.h>
-#include "../general/ImageCache.h"
-#include "../pokemod/Tile.h"
+
+#include <ImageCache.h>
+
+#include <Tile.h>
+
#include "ObjectUI.h"
#include "MapUI.h"
#include "TilemapModel.h"