diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/or/or.h b/src/or/or.h index a293e6f01..980637305 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -26,13 +26,7 @@ #include <ctype.h> #endif #include "../common/torint.h" -#ifdef HAVE_SYS_POLL_H -#include <sys/poll.h> -#elif HAVE_POLL_H -#include <poll.h> -#else #include "../common/fakepoll.h" -#endif #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> /* Must be included before sys/stat.h for Ultrix */ #endif |