From ea0d956a57f29d0386df62017958a1ae5cc0ec5d Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Fri, 28 Dec 2001 22:31:12 +0000 Subject: Removed an unused header. --- configure.ac | 4 ++-- src/tinyproxy.h | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 8ed3268..82bdd15 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl $Id: configure.ac,v 2.4 2001-12-17 19:10:06 rjkaes Exp $ +dnl $Id: configure.ac,v 2.5 2001-12-28 22:31:12 rjkaes Exp $ dnl Devlopers, please strive to achieve this order: dnl @@ -206,7 +206,7 @@ dnl Checks for headers dnl AC_HEADER_STDC AC_CHECK_HEADERS([sys/types.h sys/ioctl.h sys/resource.h sys/select.h \ - sys/socket.h sys/stat.h sys/sysctl.h sys/time.h sys/uio.h \ + sys/socket.h sys/stat.h sys/time.h sys/uio.h \ sys/un.h sys/wait.h arpa/inet.h netinet/in.h alloca.h \ assert.h ctype.h errno.h fcntl.h grp.h io.h libintl.h \ malloc.h memory.h netdb.h pthread.h pwd.h regex.h signal.h \ diff --git a/src/tinyproxy.h b/src/tinyproxy.h index 88d7442..9da6b59 100644 --- a/src/tinyproxy.h +++ b/src/tinyproxy.h @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.h,v 1.25 2001-12-23 18:44:02 rjkaes Exp $ +/* $Id: tinyproxy.h,v 1.26 2001-12-28 22:31:12 rjkaes Exp $ * * See 'tinyproxy.c' for a detailed description. * @@ -51,9 +51,6 @@ #ifdef HAVE_SYS_STAT_H # include #endif -#ifdef HAVE_SYS_SYSCTL_H -# include -#endif #ifdef HAVE_SYS_TIME_H # include -- cgit v1.2.3