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/mutation.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crawl-ref/source/mutation.cc') diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc index b59cb87431..a606296705 100644 --- a/crawl-ref/source/mutation.cc +++ b/crawl-ref/source/mutation.cc @@ -13,10 +13,6 @@ #include -#ifdef TARGET_OS_DOS -#include -#endif - #if defined(UNIX) && !defined(USE_TILE) #include "libunix.h" #endif -- cgit v1.2.3-54-g00ecf