From: Luigi Rizzo Date: Thu, 22 Nov 2007 01:13:46 +0000 (+0000) Subject: more removal of fcntl.h and other system headers X-Git-Tag: 1.6.0-beta1~3^2~703 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd10b6d37e20cdda67bd1922d2811461465e45d3;p=thirdparty%2Fasterisk.git more removal of fcntl.h and other system headers git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89517 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/file.c b/main/file.c index 35a5d28616..be5c019de9 100644 --- a/main/file.c +++ b/main/file.c @@ -27,7 +27,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -#include #include #include diff --git a/main/netsock.c b/main/netsock.c index f6ac83b112..b5b6999f6d 100644 --- a/main/netsock.c +++ b/main/netsock.c @@ -29,23 +29,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -#include -#include -#include - -#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) -#include -#endif - #if defined (SOLARIS) #include #endif #include "asterisk/netsock.h" -#include "asterisk/channel.h" #include "asterisk/utils.h" -#include "asterisk/lock.h" -#include "asterisk/srv.h" struct ast_netsock { ASTOBJ_COMPONENTS(struct ast_netsock);