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/write.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/unistd/write.c') diff --git a/src/unistd/write.c b/src/unistd/write.c index 1d95b807..d893c288 100644 --- a/src/unistd/write.c +++ b/src/unistd/write.c @@ -1,5 +1,4 @@ -#include "stddef.h" -#include "sys/types.h" +#include #include #include "_assert.h" #include "_syscall.h" -- cgit v1.2.1