Kill leftover includes

This commit is contained in:
Julien BLACHE 2010-02-06 07:25:44 +01:00
parent 71a40c5149
commit 2b4f07195a

View File

@ -40,13 +40,6 @@
#include <errno.h> #include <errno.h>
#include <pthread.h> #include <pthread.h>
#if defined(__linux__) || defined(__GLIBC__)
# include <endian.h>
# include <byteswap.h>
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
# include <sys/endian.h>
#endif
#if defined(HAVE_SYS_EVENTFD_H) && defined(HAVE_EVENTFD) #if defined(HAVE_SYS_EVENTFD_H) && defined(HAVE_EVENTFD)
# define USE_EVENTFD # define USE_EVENTFD
# include <sys/eventfd.h> # include <sys/eventfd.h>