From f9035ffc60de8505522c8092f7d53269dd8a4738 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 4 Mar 2020 03:05:54 -0500 Subject: remove nonstd/ctype.h --- src/ctype/ispunct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ctype/ispunct.c') 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 #include "limits.h" #include "nonstd/assert.h" -#include "nonstd/ctype.h" +#include "_ctype.h" /** test whether a character is punctuation **/ -- cgit v1.2.1