diff options
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" |