summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_features.c4
-rw-r--r--channels/chan_local.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/channels/chan_features.c b/channels/chan_features.c
index f1b251fab..4545b1b62 100644
--- a/channels/chan_features.c
+++ b/channels/chan_features.c
@@ -34,12 +34,8 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <sys/socket.h>
#include <errno.h>
#include <fcntl.h>
-#include <netdb.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
#include <sys/signal.h>
#include "asterisk/lock.h"
diff --git a/channels/chan_local.c b/channels/chan_local.c
index 8a93e2584..789cf54b3 100644
--- a/channels/chan_local.c
+++ b/channels/chan_local.c
@@ -29,12 +29,8 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <sys/socket.h>
#include <errno.h>
#include <fcntl.h>
-#include <netdb.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
#include <sys/signal.h>
#include "asterisk/lock.h"