summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-17 14:05:36 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-17 14:54:52 +0100
commit02dec00a6a1cfb49a5bde44fa515f0982d459f44 (patch)
tree8b06a33dd1dd9bfea09205f65c5f4ecc417788ad /crawl-ref/source/monster.cc
parent9875c3fd575628500b70e28dd2bac485a220d000 (diff)
downloadcrawl-ref-02dec00a6a1cfb49a5bde44fa515f0982d459f44.tar.gz
crawl-ref-02dec00a6a1cfb49a5bde44fa515f0982d459f44.zip
Flatten header dependencies a bit.
This removes a couple of unnecessary includes from header files. I may have missed adding some tiles includes.
Diffstat (limited to 'crawl-ref/source/monster.cc')
-rw-r--r--crawl-ref/source/monster.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc
index 304a019dd0..ad1d1b499c 100644
--- a/crawl-ref/source/monster.cc
+++ b/crawl-ref/source/monster.cc
@@ -8,12 +8,14 @@
#include "beam.h"
#include "cloud.h"
+#include "coordit.h"
#include "delay.h"
#include "dgnevent.h"
#include "directn.h"
#include "fight.h"
#include "ghost.h"
#include "goditem.h"
+#include "itemname.h"
#include "items.h"
#include "kills.h"
#include "misc.h"
@@ -24,7 +26,8 @@
#include "mon-transit.h"
#include "random.h"
#include "religion.h"
-#include "shopping.h" // for item values
+#include "shopping.h"
+#include "spl-util.h"
#include "state.h"
#include "traps.h"
#include "tutorial.h"