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/isdigit.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ctype/isdigit.c') diff --git a/src/ctype/isdigit.c b/src/ctype/isdigit.c index b1e7871f..23413d35 100644 --- a/src/ctype/isdigit.c +++ b/src/ctype/isdigit.c @@ -1,6 +1,4 @@ #include -#include -#include #include "_ctype.h" /** test whether a character is a digit **/ -- cgit v1.2.1