From 80dbdf1828e0ce233d8adf8ca6ab1a5b4fc74e03 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Wed, 21 Oct 2009 22:15:36 +0200 Subject: Slightly reduce religion.cc by yanking item-handling stuff to goditem.cc --- crawl-ref/source/player.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/player.cc') 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" -- cgit v1.2.3-54-g00ecf