From 73da506ee04ec490c5959b45c216a1f8508bec5b Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 20:00:37 -0400 Subject: consistently use <> for standardized headers --- src/ctype/isblank.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ctype') diff --git a/src/ctype/isblank.c b/src/ctype/isblank.c index b71b0faa..09ca5a99 100644 --- a/src/ctype/isblank.c +++ b/src/ctype/isblank.c @@ -1,6 +1,6 @@ #include -#include "limits.h" -#include "locale.h" +#include +#include #include "_ctype.h" /** test whether a character is blank **/ -- cgit v1.2.1