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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ctype/isalpha.c b/src/ctype/isalpha.c
index f155d3aa..a87a9375 100644
--- a/src/ctype/isalpha.c
+++ b/src/ctype/isalpha.c
@@ -1,5 +1,4 @@
#include <ctype.h>
-#include "libc.h"
#undef isalpha
int isalpha(int c)