]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Deleted some unneeded includes
authorHelmut Kuper <helmut.kuper@ewetel.de>
Fri, 30 Jan 2009 11:44:03 +0000 (11:44 +0000)
committerHelmut Kuper <helmut.kuper@ewetel.de>
Fri, 30 Jan 2009 11:44:03 +0000 (11:44 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@629 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/ozmod/ozmod_isdn/ozmod_isdn.c

index 8586c9d81be4df579f981e1f482c8c0552581bdd..8d512f5394ae0868ae1fbefe1c38cdbd1364ebe5 100644 (file)
 /*-------------------------------------------------------------------------*/
 /*Q931ToPcap functions*/
 #include <pcap.h>
-#include <stdio.h>
-#include <arpa/inet.h>
-#include <sys/types.h>
-#include <string.h>
 
 #define SNAPLEN 1522
 #define MAX_ETHER_PAYLOAD_SIZE 1500