aboutsummaryrefslogtreecommitdiffstats
path: root/main/acl.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-19 19:09:03 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-19 19:09:03 +0000
commit0cc47e4221b233d9cd912c9b7f21f49d80a7ec13 (patch)
tree2f8081f42eaf1f4920175e7b5371a731633d80c5 /main/acl.c
parent9cf442d7f72870c9616ab967f2227cc1a145918c (diff)
another bunch of include removals (errno.h and asterisk/logger.h)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89425 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/acl.c')
-rw-r--r--main/acl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/acl.c b/main/acl.c
index a03978ade..ae3aa6306 100644
--- a/main/acl.c
+++ b/main/acl.c
@@ -31,7 +31,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <sys/time.h>
#include <signal.h>
-#include <errno.h>
#include <sys/ioctl.h>
#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
@@ -43,7 +42,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#endif
#include "asterisk/acl.h"
-#include "asterisk/logger.h"
#include "asterisk/channel.h"
#include "asterisk/options.h"
#include "asterisk/utils.h"