summaryrefslogtreecommitdiff
path: root/main/file.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-22 01:13:46 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-22 01:13:46 +0000
commitdd10b6d37e20cdda67bd1922d2811461465e45d3 (patch)
treeab15354430283c611d17f477b88d191550451172 /main/file.c
parent3fc26468080367df71242f91b97b83f4a341f652 (diff)
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
Diffstat (limited to 'main/file.c')
-rw-r--r--main/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/file.c b/main/file.c
index 35a5d2861..be5c019de 100644
--- a/main/file.c
+++ b/main/file.c
@@ -27,7 +27,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <fcntl.h>
#include <dirent.h>
#include <sys/stat.h>