From 571744447c23f91feb6439948f3a619aca850dfb Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 12 Dec 2013 05:09:18 +0000 Subject: include cleanups: remove unused headers and add feature test macros --- src/fcntl/fcntl.c | 1 - src/fcntl/open.c | 1 - src/fcntl/openat.c | 1 - 3 files changed, 3 deletions(-) (limited to 'src/fcntl') diff --git a/src/fcntl/fcntl.c b/src/fcntl/fcntl.c index 390ef758..4c34ba04 100644 --- a/src/fcntl/fcntl.c +++ b/src/fcntl/fcntl.c @@ -1,6 +1,5 @@ #define _GNU_SOURCE #include -#include #include #include #include "syscall.h" diff --git a/src/fcntl/open.c b/src/fcntl/open.c index 31d6744c..be442089 100644 --- a/src/fcntl/open.c +++ b/src/fcntl/open.c @@ -1,5 +1,4 @@ #include -#include #include #include "syscall.h" #include "libc.h" diff --git a/src/fcntl/openat.c b/src/fcntl/openat.c index bdecb8c8..634c4bf3 100644 --- a/src/fcntl/openat.c +++ b/src/fcntl/openat.c @@ -1,5 +1,4 @@ #include -#include #include #include "syscall.h" #include "libc.h" -- cgit v1.2.1