From 959b8c9837050b06db5bd4b980db13d72ce90c8c Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 9 Oct 2009 22:16:24 +0200 Subject: 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. --- crawl-ref/source/spl-util.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'crawl-ref/source/spl-util.cc') 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" -- cgit v1.2.3-54-g00ecf