summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h7
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 }
85#ifdef USE_PAM 85#ifdef USE_PAM
86# include <security/pam_appl.h> 86# include <security/pam_appl.h>
87#endif 87#endif
88#ifdef HAVE_POLL_H
89# include <poll.h>
90#else
91# ifdef HAVE_SYS_POLL_H
92# include <sys/poll.h>
93# endif
94#endif
95#ifdef HAVE_SYS_SYSMACROS_H 88#ifdef HAVE_SYS_SYSMACROS_H
96# include <sys/sysmacros.h> 89# include <sys/sysmacros.h>
97#endif 90#endif