diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-10-25 17:27:39 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-10-25 17:27:39 +0000 |
commit | 4ac03908fcb4966d44b816f1a828d5e237912f3d (patch) | |
tree | a3f6e1753d30339b05edb01228613cc445a7664e /src/log.c | |
parent | 722a7d2142347a9fabd32ebc0fc6b9d94de492e2 (diff) | |
download | tinyproxy-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.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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[] = { |