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/fight.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/fight.cc') diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc index e1e8d6b339..17f7c5b322 100644 --- a/crawl-ref/source/fight.cc +++ b/crawl-ref/source/fight.cc @@ -27,6 +27,7 @@ #include "delay.h" #include "effects.h" #include "food.h" +#include "goditem.h" #include "invent.h" #include "items.h" #include "itemname.h" -- cgit v1.2.3-54-g00ecf