summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-17 14:05:36 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-17 14:54:52 +0100
commit02dec00a6a1cfb49a5bde44fa515f0982d459f44 (patch)
tree8b06a33dd1dd9bfea09205f65c5f4ecc417788ad /crawl-ref/source/goditem.h
parent9875c3fd575628500b70e28dd2bac485a220d000 (diff)
downloadcrawl-ref-02dec00a6a1cfb49a5bde44fa515f0982d459f44.tar.gz
crawl-ref-02dec00a6a1cfb49a5bde44fa515f0982d459f44.zip
Flatten header dependencies a bit.
This removes a couple of unnecessary includes from header files. I may have missed adding some tiles includes.
Diffstat (limited to 'crawl-ref/source/goditem.h')
-rw-r--r--crawl-ref/source/goditem.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/goditem.h b/crawl-ref/source/goditem.h
index f6e9e3caf0..9f0e32cdec 100644
--- a/crawl-ref/source/goditem.h
+++ b/crawl-ref/source/goditem.h
@@ -5,11 +5,7 @@
#include "externs.h"
#include "artefact.h"
-#include "itemname.h"
#include "player.h"
-#include "spl-book.h"
-#include "spl-cast.h"
-#include "spl-util.h"
bool is_holy_item(const item_def& item);
bool is_unholy_item(const item_def& item);