From c3e4cda23b025d80a001a20758a907964a220361 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 17:15:10 -0500 Subject: clean up headers --- src/ctype/ispunct.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ctype/ispunct.c') diff --git a/src/ctype/ispunct.c b/src/ctype/ispunct.c index 09e24372..50ab7fef 100644 --- a/src/ctype/ispunct.c +++ b/src/ctype/ispunct.c @@ -1,5 +1,3 @@ -#include -#include #include "_ctype.h" /** test whether a character is punctuation **/ -- cgit v1.2.1