aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_vpb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_vpb.cc')
-rw-r--r--channels/chan_vpb.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/channels/chan_vpb.cc b/channels/chan_vpb.cc
index 852872714..bf4ef0ff7 100644
--- a/channels/chan_vpb.cc
+++ b/channels/chan_vpb.cc
@@ -39,9 +39,6 @@ extern "C" {
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <stdio.h>
-#include <string.h>
-
#include "asterisk/lock.h"
#include "asterisk/utils.h"
#include "asterisk/channel.h"
@@ -59,8 +56,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <sys/socket.h>
#include <sys/time.h>
#include <errno.h>
-#include <unistd.h>
-#include <stdlib.h>
#include <arpa/inet.h>
#include <fcntl.h>
#include <sys/ioctl.h>