Remove fcntl header includes from more files

This commit is contained in:
twinaphex 2015-09-18 02:48:15 +02:00
parent 35bd6e6ec8
commit 08456c8541
2 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <errno.h>
#include <unistd.h>
#include <sys/utsname.h>

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdio.h>
#include <fcntl.h>
#ifdef _WIN32
#include <io.h>
#else