summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-util.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-20 11:50:40 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-20 12:02:35 +0200
commit46bf11a728c2b86808c44fc292e79194cf4039c4 (patch)
tree8470b412786da4a7eb5496e182e5225d4c4d6d32 /crawl-ref/source/dbg-util.cc
parentf73fc329e87eab6df40554322e85acc9ecf3af9a (diff)
downloadcrawl-ref-46bf11a728c2b86808c44fc292e79194cf4039c4.tar.gz
crawl-ref-46bf11a728c2b86808c44fc292e79194cf4039c4.zip
Cut down on transitively including directn.h
It's a big header, hardly ever needed, yet it was pulled even for low-level files that don't deal with the game itself like lib${UI}.cc
Diffstat (limited to 'crawl-ref/source/dbg-util.cc')
-rw-r--r--crawl-ref/source/dbg-util.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/dbg-util.cc b/crawl-ref/source/dbg-util.cc
index 333566640d..42e16b0fa8 100644
--- a/crawl-ref/source/dbg-util.cc
+++ b/crawl-ref/source/dbg-util.cc
@@ -10,6 +10,7 @@
#include "artefact.h"
#include "cio.h"
#include "coord.h"
+#include "directn.h"
#include "dungeon.h"
#include "env.h"
#include "libutil.h"