Remove fcntl.h

This commit is contained in:
twinaphex 2015-09-17 22:30:01 +02:00
parent 7cf03b6d47
commit dd58492fa6
5 changed files with 1 additions and 5 deletions

View File

@ -38,7 +38,7 @@
#include <fcntl.h>
#endif
#if 0
#if 1
#define HAVE_BUFFERED_IO 1
#endif

View File

@ -10,7 +10,6 @@
#include <errno.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <fcntl.h>
#include <stdio.h>

View File

@ -1,6 +1,5 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>

View File

@ -1,7 +1,6 @@
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>

View File

@ -2,7 +2,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>