From: Eric Blake Date: Mon, 16 May 2011 19:27:42 +0000 (-0600) Subject: build: drop unused header X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d4982b86d20f26ffa96cfb2a07b8ee51b3db7a65;p=libvirt.git build: drop unused header is not standardized, so portable programs should not need to rely on it. If there really is something that we need where provided the limit but did not, then that would be a candidate for fixing in gnulib. But this patch did not turn up any compilation failures on Linux. * src/internal.h (includes): Drop unused header. * daemon/libvirtd.h (includes): Likewise. * configure.ac (AC_CHECK_HEADERS): Likewise. Based on a report by Matthias Bolte. --- diff --git a/configure.ac b/configure.ac index 4f5c2d71bc..233e4afa51 100644 --- a/configure.ac +++ b/configure.ac @@ -133,7 +133,7 @@ AC_CHECK_FUNCS([pthread_sigmask pthread_mutexattr_init]) LIBS=$old_libs dnl Availability of various common headers (non-fatal if missing). -AC_CHECK_HEADERS([pwd.h paths.h regex.h sys/syslimits.h sys/un.h \ +AC_CHECK_HEADERS([pwd.h paths.h regex.h sys/un.h \ sys/poll.h syslog.h mntent.h net/ethernet.h linux/magic.h \ sys/un.h sys/syscall.h]) diff --git a/daemon/libvirtd.h b/daemon/libvirtd.h index d37c3fd648..ea00d5c421 100644 --- a/daemon/libvirtd.h +++ b/daemon/libvirtd.h @@ -38,10 +38,6 @@ # include # endif -# ifdef HAVE_SYS_SYSLIMITS_H -# include -# endif - # include # include # include "remote_protocol.h" diff --git a/src/internal.h b/src/internal.h index 0fa097c7dc..5747a90c02 100644 --- a/src/internal.h +++ b/src/internal.h @@ -18,10 +18,6 @@ # define sa_assert(expr) /* empty */ # endif -# ifdef HAVE_SYS_SYSLIMITS_H -# include -# endif - /* The library itself is allowed to use deprecated functions / * variables, so effectively undefine the deprecated attribute * which would otherwise be defined in libvirt.h.