summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-17 15:10:56 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-17 15:10:56 +0100
commit3d45092b1f7e5df50d86bd3a0f9b7f5743ca761c (patch)
tree8133566d6d2abf11b4183bddd966b460057df909 /crawl-ref/source/goditem.cc
parent02dec00a6a1cfb49a5bde44fa515f0982d459f44 (diff)
downloadcrawl-ref-3d45092b1f7e5df50d86bd3a0f9b7f5743ca761c.tar.gz
crawl-ref-3d45092b1f7e5df50d86bd3a0f9b7f5743ca761c.zip
Split itemprop enums out into itemprop-enum.h.
Other headers now don't need to include all of itemprop.h.
Diffstat (limited to 'crawl-ref/source/goditem.cc')
-rw-r--r--crawl-ref/source/goditem.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/goditem.cc b/crawl-ref/source/goditem.cc
index 65ddba4de7..41d2d275c5 100644
--- a/crawl-ref/source/goditem.cc
+++ b/crawl-ref/source/goditem.cc
@@ -15,6 +15,7 @@
#include <cmath>
#include "itemname.h"
+#include "itemprop.h"
#include "religion.h"
#include "spl-book.h"
#include "spl-cast.h"