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/abl-show.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crawl-ref/source/abl-show.cc') diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc index ceb47a2064..739118b602 100644 --- a/crawl-ref/source/abl-show.cc +++ b/crawl-ref/source/abl-show.cc @@ -14,10 +14,6 @@ #include #include -#ifdef TARGET_OS_DOS -#include -#endif - #include "externs.h" #include "options.h" -- cgit v1.2.3-54-g00ecf