]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove unecessary inlcudes
authorAnthony Minessale <anthony.minessale@gmail.com>
Sun, 3 Jun 2007 01:44:27 +0000 (01:44 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sun, 3 Jun 2007 01:44:27 +0000 (01:44 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@198 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/freetdm/src/dsp/bell202.c
libs/freetdm/src/dsp/uart.c

index 7401a7f219bdcaba6b213e5b745bce0aa321cb07..7f8faf536d22d2b449752639ec52f1ece5dcd5c5 100644 (file)
@@ -36,9 +36,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#ifndef _MSC_VER
-#include <unistd.h>
-#endif
 #include <errno.h>
 #include <math.h>
 
index 67050e8316747e1ca7fafd175b7b67fff93ca706..cbd81b22366c5b4f088b7a4281ffd96eb5702413 100644 (file)
@@ -35,9 +35,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#ifndef _MSC_VER
-#include <unistd.h>
-#endif
 #include <errno.h>
 
 #include "uart.h"