remove unnecessary POSIX header

This commit is contained in:
Stefan Wahren
2012-12-10 21:35:02 +01:00
parent dc948566db
commit be68f84d38
6 changed files with 18 additions and 46 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>