POSIX has all we need in <time.h>. No need to fool around with

<sys/time.h>.
This commit is contained in:
Markus Armbruster 2004-02-19 09:57:25 +00:00
parent 836e6f755a
commit 696b5b4b64
3 changed files with 0 additions and 11 deletions

View file

@ -48,11 +48,8 @@
#include "common.h"
#include <fcntl.h>
#ifdef Rel4
#include <time.h>
#endif /* Rel4 */
#if !defined(_WIN32)
#include <sys/time.h>
#include <unistd.h>
#endif
#include <signal.h>