summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-14 14:18:44 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-14 14:20:27 +0100
commitdafed8ff1677c730b96e203d565b21738e8acc02 (patch)
tree3709028b880102a8af7753d35865d2e7f8b6a403 /crawl-ref/source/abl-show.cc
parentba1b899ac134798fbc6801627649a138f55b187c (diff)
downloadcrawl-ref-dafed8ff1677c730b96e203d565b21738e8acc02.tar.gz
crawl-ref-dafed8ff1677c730b96e203d565b21738e8acc02.zip
Remove #include <conio.h> from all over the place. Convert COLORS to an enum.
Diffstat (limited to 'crawl-ref/source/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc4
1 files changed, 0 insertions, 4 deletions
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 <stdio.h>
#include <ctype.h>
-#ifdef TARGET_OS_DOS
-#include <conio.h>
-#endif
-
#include "externs.h"
#include "options.h"