time.h and sys/time.h inclusion conditionally done in setup_once.h

This commit is contained in:
Yang Tse
2011-07-25 04:08:08 +02:00
parent 0a26b0e3e7
commit 0337b87197
15 changed files with 1 additions and 64 deletions

View File

@@ -25,9 +25,6 @@
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#if !defined(HAVE_SELECT) && !defined(HAVE_POLL_FINE)
#error "We can't compile without select() or poll() support."