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/traps.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'crawl-ref/source/traps.cc') diff --git a/crawl-ref/source/traps.cc b/crawl-ref/source/traps.cc index 398c2c0625..d1dc8fb92a 100644 --- a/crawl-ref/source/traps.cc +++ b/crawl-ref/source/traps.cc @@ -18,7 +18,6 @@ REVISION("$Rev$"); #include "delay.h" #include "describe.h" #include "directn.h" -#include "it_use2.h" #include "itemname.h" #include "itemprop.h" #include "items.h" @@ -30,10 +29,8 @@ REVISION("$Rev$"); #include "monstuff.h" #include "mtransit.h" #include "ouch.h" -#include "place.h" #include "player.h" #include "skills.h" -#include "spells3.h" #include "spl-mis.h" #include "spl-util.h" #include "state.h" -- cgit v1.2.3-54-g00ecf