diff options
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/includes.h b/includes.h index 633fd960e..df91404e8 100644 --- a/includes.h +++ b/includes.h @@ -85,13 +85,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #ifdef USE_PAM # include <security/pam_appl.h> #endif -#ifdef HAVE_POLL_H -# include <poll.h> -#else -# ifdef HAVE_SYS_POLL_H -# include <sys/poll.h> -# endif -#endif #ifdef HAVE_SYS_SYSMACROS_H # include <sys/sysmacros.h> #endif |