From 4ac03908fcb4966d44b816f1a828d5e237912f3d Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 25 Oct 2001 17:27:39 +0000 Subject: Header reorganization. Basically all system headers are now included in tinyproxy.h and all the other files include the tinyproxy.h header. This moves all the dependancy issues into one file. --- src/tinyproxy.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/tinyproxy.c') diff --git a/src/tinyproxy.c b/src/tinyproxy.c index 8269ea1..fa6280a 100644 --- a/src/tinyproxy.c +++ b/src/tinyproxy.c @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.c,v 1.17 2001-09-16 20:11:54 rjkaes Exp $ +/* $Id: tinyproxy.c,v 1.18 2001-10-25 17:27:39 rjkaes Exp $ * * The initialise routine. Basically sets up all the initial stuff (logfile, * listening socket, config options, etc.) and then sits there and loops @@ -24,15 +24,6 @@ #include "tinyproxy.h" -#ifdef HAVE_SYS_RESOURCE_H -# include -#endif /* HAVE_SYS_RESOUCE_H */ -#include -#include -#include -#include -#include - #include "anonymous.h" #include "buffer.h" #include "dnscache.h" -- cgit v1.2.3