[asterisk-commits] rizzo: trunk r89383 - /trunk/main/acl.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Nov 17 08:47:33 CST 2007
Author: rizzo
Date: Sat Nov 17 08:47:33 2007
New Revision: 89383
URL: http://svn.digium.com/view/asterisk?view=rev&rev=89383
Log:
remove unnecessary includes
Modified:
trunk/main/acl.c
Modified: trunk/main/acl.c
URL: http://svn.digium.com/view/asterisk/trunk/main/acl.c?view=diff&rev=89383&r1=89382&r2=89383
==============================================================================
--- trunk/main/acl.c (original)
+++ trunk/main/acl.c Sat Nov 17 08:47:33 2007
@@ -34,13 +34,8 @@
#include <errno.h>
#include <sys/ioctl.h>
-#include <net/if.h>
-#include <netinet/in.h>
-#include <netinet/in_systm.h>
-#include <netinet/ip.h>
#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
#include <fcntl.h>
-#include <net/route.h>
#endif
#if defined(SOLARIS)
More information about the asterisk-commits
mailing list