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/fcntl/fcntl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fcntl/fcntl.c') diff --git a/src/fcntl/fcntl.c b/src/fcntl/fcntl.c index 6f888bf1..3e2715b4 100644 --- a/src/fcntl/fcntl.c +++ b/src/fcntl/fcntl.c @@ -1,7 +1,7 @@ -#include "sys/types.h" +#include #include -#include "errno.h" -#include "stdarg.h" +#include +#include #include "_syscall.h" int fcntl(int fildes, int cmd, ...) -- cgit v1.2.1