diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-12-15 06:02:16 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-12-15 06:02:16 +0000 |
commit | 75ab2c8de3ff148a29fde94d7ddc128da42debb0 (patch) | |
tree | 177d0ac1ef5a66a9936597aa24336209e5319861 /src | |
parent | e10d005f81fc92029459c02ae9cdc3541bc216fe (diff) | |
download | tinyproxy-75ab2c8de3ff148a29fde94d7ddc128da42debb0.tar.gz tinyproxy-75ab2c8de3ff148a29fde94d7ddc128da42debb0.zip |
Removed the include "dnscache.h" header file.
Diffstat (limited to 'src')
-rw-r--r-- | src/tinyproxy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tinyproxy.c b/src/tinyproxy.c index 1aab0c5..fe6fdfb 100644 --- a/src/tinyproxy.c +++ b/src/tinyproxy.c @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.c,v 1.19 2001-11-22 00:31:10 rjkaes Exp $ +/* $Id: tinyproxy.c,v 1.20 2001-12-15 06:02:16 rjkaes Exp $ * * The initialise routine. Basically sets up all the initial stuff (logfile, * listening socket, config options, etc.) and then sits there and loops @@ -26,7 +26,6 @@ #include "anonymous.h" #include "buffer.h" -#include "dnscache.h" #include "filter.h" #include "log.h" #include "reqs.h" |