summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/items.cc')
-rw-r--r--crawl-ref/source/items.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc
index bc35e2828d..ec95804282 100644
--- a/crawl-ref/source/items.cc
+++ b/crawl-ref/source/items.cc
@@ -40,6 +40,7 @@
#include "direct.h"
#include "dgnevent.h"
#include "effects.h"
+#include "food.h"
#include "hiscores.h"
#include "invent.h"
#include "it_use2.h"
@@ -47,6 +48,7 @@
#include "itemname.h"
#include "itemprop.h"
#include "libutil.h"
+#include "message.h"
#include "misc.h"
#include "monplace.h"
#include "monstuff.h"
@@ -55,6 +57,7 @@
#include "mutation.h"
#include "notes.h"
#include "overmap.h"
+#include "place.h"
#include "player.h"
#include "randart.h"
#include "religion.h"
@@ -62,8 +65,11 @@
#include "skills.h"
#include "spl-cast.h"
#include "spl-book.h"
+#include "spl-util.h"
#include "stuff.h"
#include "stash.h"
+#include "terrain.h"
+#include "transfor.h"
#include "tutorial.h"
#include "view.h"