summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-22 11:05:44 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-22 11:44:33 +0200
commitc15a9271c743a96caeb958e945d9e1a8b69c5ece (patch)
treeac440f775d2bc2b5f1505c0c55dae6ee394ec130 /crawl-ref/source/player.cc
parent052fcd7f52e68aeb93a15a164f02301c8e5436e1 (diff)
downloadcrawl-ref-c15a9271c743a96caeb958e945d9e1a8b69c5ece.tar.gz
crawl-ref-c15a9271c743a96caeb958e945d9e1a8b69c5ece.zip
Yank some god invocations from religion.cc into godabil.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 bd46ae0f69..ea9b516513 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 "godabil.h"
#include "goditem.h"
#include "itemname.h"
#include "itemprop.h"