From 9217c5a2be220c024bea80841b8ab7786f85374f Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 10 May 2007 09:50:32 +0200 Subject: [PATCH] email plugin: Include rather than . --- src/email.c | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/src/email.c b/src/email.c index b4767554..5d011d36 100644 --- a/src/email.c +++ b/src/email.c @@ -44,20 +44,9 @@ # include #endif -#if HAVE_SYS_SELECT_H -# include -#endif /* HAVE_SYS_SELECT_H */ - -#if HAVE_SYS_SOCKET_H -# include -#endif /* HAVE_SYS_SOCKET_H */ - -/* *sigh* glibc does not define UNIX_PATH_MAX in sys/un.h ... */ -#if HAVE_LINUX_UN_H -# include -#elif HAVE_SYS_UN_H -# include -#endif /* HAVE_LINUX_UN_H | HAVE_SYS_UN_H */ +#include +#include +#include /* some systems (e.g. Darwin) seem to not define UNIX_PATH_MAX at all */ #ifndef UNIX_PATH_MAX -- 2.30.2