summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.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/player.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/player.cc')
-rw-r--r--crawl-ref/source/player.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 0db294e57e..31236b4ff4 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -29,6 +29,7 @@
#include "effects.h"
#include "fight.h"
#include "food.h"
+#include "goditem.h"
#include "itemname.h"
#include "itemprop.h"
#include "items.h"