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/newgame.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'crawl-ref/source/newgame.cc') diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc index 720e6110d0..0956368c8e 100644 --- a/crawl-ref/source/newgame.cc +++ b/crawl-ref/source/newgame.cc @@ -37,11 +37,8 @@ REVISION("$Rev$"); #include "describe.h" #include "dungeon.h" #include "files.h" -#include "fight.h" #include "food.h" #include "initfile.h" -#include "it_use2.h" -#include "item_use.h" #include "itemname.h" #include "itemprop.h" #include "items.h" @@ -49,7 +46,6 @@ REVISION("$Rev$"); #include "makeitem.h" #include "menu.h" #include "misc.h" -#include "place.h" #include "player.h" #include "religion.h" #include "skills.h" @@ -58,7 +54,6 @@ REVISION("$Rev$"); #include "spl-util.h" #include "state.h" #include "stuff.h" -#include "tiles.h" #include "tutorial.h" #include "version.h" -- cgit v1.2.3-54-g00ecf