summaryrefslogtreecommitdiff
path: root/src/ctype/isprint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/isprint.c')
-rw-r--r--src/ctype/isprint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ctype/isprint.c b/src/ctype/isprint.c
index e1452365..8909a722 100644
--- a/src/ctype/isprint.c
+++ b/src/ctype/isprint.c
@@ -1,5 +1,3 @@
-#include <limits.h>
-#include <stdio.h>
#include "_ctype.h"
/** test whether a character is printable **/