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/unistd/confstr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/unistd/confstr.c') diff --git a/src/unistd/confstr.c b/src/unistd/confstr.c index bd66bd67..e1f9e17f 100644 --- a/src/unistd/confstr.c +++ b/src/unistd/confstr.c @@ -1,7 +1,7 @@ -#include "sys/types.h" +#include #include -#include "errno.h" -#include "string.h" +#include +#include #include "_assert.h" size_t confstr(int name, char *buf, size_t len) -- cgit v1.2.1