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/itemprop.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crawl-ref/source/itemprop.cc') diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc index fd192212c5..095d19df50 100644 --- a/crawl-ref/source/itemprop.cc +++ b/crawl-ref/source/itemprop.cc @@ -13,10 +13,6 @@ #include #include -#ifdef TARGET_OS_DOS - #include -#endif - #include "externs.h" #include "artefact.h" -- cgit v1.2.3-54-g00ecf