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