summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-09 22:16:24 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-09 22:16:24 +0200
commit959b8c9837050b06db5bd4b980db13d72ce90c8c (patch)
tree5e0392b2ac525b1e9c7abc976b3b317fe7b004c7 /crawl-ref/source/spl-util.cc
parentc22f98cb6fa940a2465b830d72f6a91094adbfe7 (diff)
downloadcrawl-ref-959b8c9837050b06db5bd4b980db13d72ce90c8c.tar.gz
crawl-ref-959b8c9837050b06db5bd4b980db13d72ce90c8c.zip
Remove a lot of unneccessary includes.
The console version still compiles on Linux; both console and tiles version compile in OS X. I haven't been able to test the DOS and Windows compiles -- please fix or tell me about any errors that show up.
Diffstat (limited to 'crawl-ref/source/spl-util.cc')
-rw-r--r--crawl-ref/source/spl-util.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/spl-util.cc b/crawl-ref/source/spl-util.cc
index 95740e4aeb..27d1e4169b 100644
--- a/crawl-ref/source/spl-util.cc
+++ b/crawl-ref/source/spl-util.cc
@@ -23,16 +23,13 @@ REVISION("$Rev$");
#include "directn.h"
#include "debug.h"
#include "stuff.h"
-#include "itemname.h"
#include "los.h"
#include "macro.h"
-#include "misc.h"
#include "monstuff.h"
#include "notes.h"
#include "player.h"
#include "religion.h"
#include "spells4.h"
-#include "spl-book.h"
#include "spl-cast.h"
#include "spl-util.h"
#include "terrain.h"