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/utils.c | |
parent | 722a7d2142347a9fabd32ebc0fc6b9d94de492e2 (diff) |
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 'src/utils.c')
-rw-r--r-- | src/utils.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/utils.c b/src/utils.c index 3901027..0954bc4 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,4 +1,4 @@ -/* $Id: utils.c,v 1.15 2001-10-25 16:58:50 rjkaes Exp $ +/* $Id: utils.c,v 1.16 2001-10-25 17:27:39 rjkaes Exp $ * * Misc. routines which are used by the various functions to handle strings * and memory allocation and pretty much anything else we can think of. Also, @@ -21,10 +21,6 @@ #include "tinyproxy.h" -#include <ctype.h> -#include <signal.h> -#include <sysexits.h> - #include "buffer.h" #include "conns.h" #include "log.h" |