summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tilereg.cc')
-rw-r--r--crawl-ref/source/tilereg.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/tilereg.cc b/crawl-ref/source/tilereg.cc
index b3450cbddf..26d5b8e868 100644
--- a/crawl-ref/source/tilereg.cc
+++ b/crawl-ref/source/tilereg.cc
@@ -11,9 +11,9 @@
#include "cio.h"
#include "coord.h"
-#include "map_knowledge.h"
#include "debug.h"
#include "describe.h"
+#include "directn.h"
#include "files.h"
#include "food.h"
#include "itemname.h"
@@ -25,6 +25,7 @@
#include "misc.h"
#include "menu.h"
#include "newgame.h"
+#include "map_knowledge.h"
#include "mon-util.h"
#include "options.h"
#include "player.h"