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