diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tinyproxy.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 <sys/stat.h> #endif -#ifdef HAVE_SYS_SYSCTL_H -# include <sys/sysctl.h> -#endif #ifdef HAVE_SYS_TIME_H # include <sys/time.h> |