aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_zap.c')
-rw-r--r--channels/chan_zap.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 2ea37472c..b619be123 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -50,8 +50,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <stdio.h>
-#include <string.h>
#ifdef __NetBSD__
#include <pthread.h>
#include <signal.h>
@@ -59,11 +57,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <sys/signal.h>
#endif
#include <errno.h>
-#include <stdlib.h>
-#if !defined(SOLARIS) && !defined(__FreeBSD__)
-#include <stdint.h>
-#endif
-#include <unistd.h>
#include <sys/ioctl.h>
#include <math.h>
#include <ctype.h>