Removed an unused header.

This commit is contained in:
Robert James Kaes 2001-12-28 22:31:12 +00:00
parent a0dee6c57f
commit ea0d956a57
2 changed files with 3 additions and 6 deletions

View File

@ -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 \

View File

@ -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 <sys/stat.h>
#endif
#ifdef HAVE_SYS_SYSCTL_H
# include <sys/sysctl.h>
#endif
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>