diff options
author | Tim Blechmann <timblech@users.sourceforge.net> | 2004-06-30 10:46:14 +0000 |
---|---|---|
committer | Tim Blechmann <timblech@users.sourceforge.net> | 2004-06-30 10:46:14 +0000 |
commit | ed69205fd4fedcd4287f50f3382c529abd6b71e5 (patch) | |
tree | a8f912a90ce37de79935f89ee13bef67e1b79f5e | |
parent | 0b19477ee90a4c4f6d563dce46c3c2817c8263a8 (diff) |
small cleanup
svn path=/trunk/externals/k_cext/; revision=1840
-rw-r--r-- | k_cext.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |