summaryrefslogtreecommitdiff
path: root/src/ctype/islower.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/islower.c')
-rw-r--r--src/ctype/islower.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ctype/islower.c b/src/ctype/islower.c
index 02640213..c3fa74c4 100644
--- a/src/ctype/islower.c
+++ b/src/ctype/islower.c
@@ -1,5 +1,4 @@
#include <ctype.h>
-#include "libc.h"
#undef islower
int islower(int c)