summaryrefslogtreecommitdiffhomepage
path: root/src/acl.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/acl.c
parent722a7d2142347a9fabd32ebc0fc6b9d94de492e2 (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/acl.c')
-rw-r--r--src/acl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/acl.c b/src/acl.c
index eb6b1ea..3333b34 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -1,4 +1,4 @@
-/* $Id: acl.c,v 1.8 2001-09-15 21:21:01 rjkaes Exp $
+/* $Id: acl.c,v 1.9 2001-10-25 17:27:39 rjkaes Exp $
*
* This system handles Access Control for use of this daemon. A list of
* domains, or IP addresses (including IP blocks) are stored in a list
@@ -19,8 +19,6 @@
#include "tinyproxy.h"
-#include <ctype.h>
-
#include "acl.h"
#include "log.h"
#include "sock.h"