aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_agi.c')
-rw-r--r--res/res_agi.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index bb591c169..de84cbee7 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -27,20 +27,14 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <sys/types.h>
#include <netdb.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <math.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <string.h>
-#include <stdlib.h>
#include <signal.h>
#include <sys/time.h>
-#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
#include <sys/wait.h>