]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove duplicate sys/socket.h include from res_agi.c
authorJames Golovich <james@gnuinter.net>
Mon, 27 Sep 2004 14:54:07 +0000 (14:54 +0000)
committerJames Golovich <james@gnuinter.net>
Mon, 27 Sep 2004 14:54:07 +0000 (14:54 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3845 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_agi.c

index b78d923ae9b8be82114e704e49fbcd82e683cd27..04cf9eec5ef61a11c9d23a3ec53341bb14789228 100755 (executable)
@@ -34,7 +34,6 @@
 #include <stdio.h>
 #include <fcntl.h>
 #include <errno.h>
-#include <sys/socket.h>
 #include <asterisk/cli.h>
 #include <asterisk/logger.h>
 #include <asterisk/options.h>