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/spells2.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/spells2.cc') diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc index fc06542b6a..cb322ebf92 100644 --- a/crawl-ref/source/spells2.cc +++ b/crawl-ref/source/spells2.cc @@ -24,6 +24,7 @@ #include "directn.h" #include "dungeon.h" #include "effects.h" +#include "goditem.h" #include "invent.h" #include "itemname.h" #include "itemprop.h" -- cgit v1.2.3-54-g00ecf