summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-12-28 22:31:12 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-12-28 22:31:12 +0000
commitea0d956a57f29d0386df62017958a1ae5cc0ec5d (patch)
treeac7f05c536d0aacef38fb7b990f5bbb3cdd567f4 /src
parenta0dee6c57f27d59b253ce496818bc12aa2de9a56 (diff)
downloadtinyproxy-ea0d956a57f29d0386df62017958a1ae5cc0ec5d.tar.gz
tinyproxy-ea0d956a57f29d0386df62017958a1ae5cc0ec5d.zip
Removed an unused header.
Diffstat (limited to 'src')
-rw-r--r--src/tinyproxy.h5
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>