summaryrefslogtreecommitdiff
path: root/src/ctype/isalpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/isalpha.c')
-rw-r--r--src/ctype/isalpha.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ctype/isalpha.c b/src/ctype/isalpha.c
index 658e5af9..670d7c51 100644
--- a/src/ctype/isalpha.c
+++ b/src/ctype/isalpha.c
@@ -1,6 +1,4 @@
#include <ctype.h>
-#include <limits.h>
-#include <stdio.h>
#include "_ctype.h"
/** test whether a character is alphabetic **/