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/read.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/unistd/read.c') diff --git a/src/unistd/read.c b/src/unistd/read.c index b275c789..bb48e4f3 100644 --- a/src/unistd/read.c +++ b/src/unistd/read.c @@ -1,7 +1,4 @@ -#include "stddef.h" -#include "sys/types.h" -#include -#include "errno.h" +#include #include "_syscall.h" ssize_t read(int fildes, void *buf, size_t nbyte) -- cgit v1.2.1