From e2b58f0ab81b2aafeb8c29a69abad7829fa21ab3 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:30 +0200 Subject: Imported Upstream version 1.0.1 --- CRT.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'CRT.h') diff --git a/CRT.h b/CRT.h index 55728c8..1fe3d24 100644 --- a/CRT.h +++ b/CRT.h @@ -9,20 +9,9 @@ Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ - -#include -#include -#include -#include #ifdef HAVE_EXECINFO_H -#include #endif -#include "String.h" - -#include "config.h" -#include "debug.h" - #define ColorPair(i,j) COLOR_PAIR((7-i)*8+j) #define COLORSCHEME_DEFAULT 0 @@ -43,8 +32,7 @@ in the source distribution for its full text. //#link curses -bool CRT_hasColors; - +#include typedef enum ColorElements_ { RESET_COLOR, -- cgit v1.2.3