Back out the previous revision and remove the include of sys/types.h

instead.
This commit is contained in:
Markus Armbruster 2007-08-16 10:41:30 +00:00
parent 3bdad8ce26
commit a9c872f006
2 changed files with 0 additions and 2 deletions

View file

@ -42,7 +42,6 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <sys/types.h>
#if !defined(_WIN32) #if !defined(_WIN32)
#include <sys/uio.h> #include <sys/uio.h>
#endif #endif

View file

@ -48,7 +48,6 @@
#include <process.h> #include <process.h>
#include "service.h" #include "service.h"
#endif #endif
#include <sys/types.h>
#include <unistd.h> #include <unistd.h>
#include "empio.h" #include "empio.h"