remove unnecessary POSIX header

This commit is contained in:
Stefan Wahren
2012-12-10 21:26:48 +01:00
parent 72868fdc3f
commit dc948566db
7 changed files with 1 additions and 26 deletions

View File

@ -8,10 +8,6 @@
//
//------------------------------------------------------------------------------
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include <stdio.h>