aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-06-30 10:46:14 +0000
committerTim Blechmann <timblech@users.sourceforge.net>2004-06-30 10:46:14 +0000
commited69205fd4fedcd4287f50f3382c529abd6b71e5 (patch)
treea8f912a90ce37de79935f89ee13bef67e1b79f5e
parent0b19477ee90a4c4f6d563dce46c3c2817c8263a8 (diff)
small cleanup
svn path=/trunk/externals/k_cext/; revision=1840
-rw-r--r--k_cext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/k_cext.h b/k_cext.h
index d140823..147f905 100644
--- a/k_cext.h
+++ b/k_cext.h
@@ -23,7 +23,6 @@
#include <string.h>
#include <math.h>
#include <stdbool.h>
-#include <ctype.h>
#ifdef _MSC_VER
typedef int bool;
#define true 1