From dba0e928767de98d65d7070e933d790e485cf3e7 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 10 Nov 2009 13:55:08 +0100 Subject: Remove a few obsolete includes. Also add a few previously indirect includes. --- crawl-ref/source/spells2.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'crawl-ref/source/spells2.cc') diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc index 4f67a57f98..bf1a9d5414 100644 --- a/crawl-ref/source/spells2.cc +++ b/crawl-ref/source/spells2.cc @@ -21,18 +21,15 @@ #include "cloud.h" #include "delay.h" #include "directn.h" -#include "dungeon.h" #include "effects.h" #include "map_knowledge.h" #include "fprop.h" #include "ghost.h" #include "goditem.h" #include "invent.h" -#include "itemname.h" #include "itemprop.h" #include "items.h" #include "it_use2.h" -#include "los.h" #include "message.h" #include "misc.h" #include "mon-behv.h" @@ -42,8 +39,6 @@ #include "ouch.h" #include "player.h" #include "religion.h" -#include "spells4.h" -#include "spl-mis.h" #include "stuff.h" #include "teleport.h" #include "tiles.h" -- cgit v1.2.3-54-g00ecf