summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/attitude-change.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/attitude-change.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/attitude-change.cc')
-rw-r--r--crawl-ref/source/attitude-change.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/attitude-change.cc b/crawl-ref/source/attitude-change.cc
index 19f6437435..ea35f1c04a 100644
--- a/crawl-ref/source/attitude-change.cc
+++ b/crawl-ref/source/attitude-change.cc
@@ -14,6 +14,7 @@
#include "env.h"
#include "goditem.h"
#include "itemprop.h"
+#include "libutil.h"
#include "message.h"
#include "mon-behv.h"
#include "mon-iter.h"