summaryrefslogtreecommitdiff
path: root/src/ctype/ispunct.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-03-04 03:05:54 -0500
committerJakob Kaivo <jkk@ung.org>2020-03-04 03:05:54 -0500
commitf9035ffc60de8505522c8092f7d53269dd8a4738 (patch)
tree96c9edfee758f6d39e44c8d3fdabec6048c1673a /src/ctype/ispunct.c
parent8b1380b63d62a1e1858a102fb36c2078697581ec (diff)
remove nonstd/ctype.h
Diffstat (limited to 'src/ctype/ispunct.c')
-rw-r--r--src/ctype/ispunct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctype/ispunct.c b/src/ctype/ispunct.c
index f092682f..e55dac2e 100644
--- a/src/ctype/ispunct.c
+++ b/src/ctype/ispunct.c
@@ -1,7 +1,7 @@
#include <ctype.h>
#include "limits.h"
#include "nonstd/assert.h"
-#include "nonstd/ctype.h"
+#include "_ctype.h"
/** test whether a character is punctuation **/