From dafed8ff1677c730b96e203d565b21738e8acc02 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Sat, 14 Nov 2009 14:18:44 +0100 Subject: Remove #include from all over the place. Convert COLORS to an enum. --- crawl-ref/source/spl-cast.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crawl-ref/source/spl-cast.cc') diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc index 366cfe4882..bf94a30b65 100644 --- a/crawl-ref/source/spl-cast.cc +++ b/crawl-ref/source/spl-cast.cc @@ -56,10 +56,6 @@ #include "view.h" #include "shout.h" -#ifdef TARGET_OS_DOS -#include -#endif - static int _calc_spell_range(spell_type spell, int power = 0, bool real_cast = false); -- cgit v1.2.3-54-g00ecf