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/mon-cast.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crawl-ref/source/mon-cast.cc') diff --git a/crawl-ref/source/mon-cast.cc b/crawl-ref/source/mon-cast.cc index bc910a887d..9183a23286 100644 --- a/crawl-ref/source/mon-cast.cc +++ b/crawl-ref/source/mon-cast.cc @@ -6,10 +6,6 @@ #include "AppHdr.h" #include "mon-cast.h" -#ifdef TARGET_OS_DOS -#include -#endif - #include "beam.h" #include "cloud.h" #include "colour.h" -- cgit v1.2.3-54-g00ecf