summaryrefslogtreecommitdiff
path: root/src/log.c
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-10-25 17:27:39 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-10-25 17:27:39 +0000
commit4ac03908fcb4966d44b816f1a828d5e237912f3d (patch)
treea3f6e1753d30339b05edb01228613cc445a7664e /src/log.c
parent722a7d2142347a9fabd32ebc0fc6b9d94de492e2 (diff)
downloadtinyproxy-4ac03908fcb4966d44b816f1a828d5e237912f3d.tar.gz
tinyproxy-4ac03908fcb4966d44b816f1a828d5e237912f3d.zip
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.
Diffstat (limited to '')
-rw-r--r--src/log.c4
1 files changed, 1 insertions, 3 deletions
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 <stdarg.h>
-
#include "log.h"
static char *syslog_level[] = {