diff --git a/src/common/util.c b/src/common/util.c index 9dcb8e8089..433dd7d7fb 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -46,23 +46,6 @@ const char util_c_id[] = "$Id$"; #ifdef HAVE_ERRNO_H #include #endif -#ifdef HAVE_LIMITS_H -#include -#endif -#ifdef HAVE_SYS_LIMITS_H -#include -#endif -#ifdef HAVE_MACHINE_LIMITS_H -#ifndef __FreeBSD__ - /* FreeBSD has a bug where it complains that this file is obsolete, - and I should migrate to using sys/limits. It complains even when - I include both. */ -#include -#endif -#endif -#ifdef HAVE_SYS_TYPES_H -#include /* Must be included before sys/stat.h for Ultrix */ -#endif #ifdef HAVE_SYS_SOCKET_H #include #endif