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/log.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/log.c') diff --git a/src/log.c b/src/log.c index e907881..67007cc 100644 --- a/src/log.c +++ b/src/log.c @@ -1,4 +1,4 @@ -/* $Id: log.c,v 1.14 2001-09-04 16:50:22 rjkaes Exp $ +/* $Id: log.c,v 1.15 2001-10-25 17:27:39 rjkaes Exp $ * * Logs the various messages which tinyproxy produces to either a log file or * the syslog daemon. Not much to it... @@ -19,8 +19,6 @@ #include "tinyproxy.h" -#include - #include "log.h" static char *syslog_level[] = { -- cgit v1.2.3