From f7ba9d77e4bd697ec805d8eb2d145126baecf14c Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 10 May 2006 10:24:17 +0000 Subject: [PATCH] All these headers we get via torint.h svn:r6452 --- src/common/util.c | 17 ----------------- 1 file changed, 17 deletions(-) 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