summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-21 22:15:36 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-21 22:15:36 +0200
commit80dbdf1828e0ce233d8adf8ca6ab1a5b4fc74e03 (patch)
treeed0acd9c4994191196a1d90b01415db708564066 /crawl-ref/source/mon-util.cc
parent10cffb19a8667ff227f3a47010097e150a54b761 (diff)
downloadcrawl-ref-80dbdf1828e0ce233d8adf8ca6ab1a5b4fc74e03.tar.gz
crawl-ref-80dbdf1828e0ce233d8adf8ca6ab1a5b4fc74e03.zip
Slightly reduce religion.cc by yanking item-handling stuff to goditem.cc
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index ae6af725e5..c775d19bd1 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -31,6 +31,7 @@
#include "dgnevent.h"
#include "fight.h"
#include "ghost.h"
+#include "goditem.h"
#include "itemname.h"
#include "itemprop.h"
#include "items.h"