aboutsummaryrefslogtreecommitdiffstats
path: root/main/file.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-22 01:13:46 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-22 01:13:46 +0000
commit26ba1e961f2903df1ebe5ec58a986c8b1dc56b57 (patch)
treeab15354430283c611d17f477b88d191550451172 /main/file.c
parent8cd33321ef8470c56fbd11d83e8f669a1a534afa (diff)
more removal of fcntl.h and other system headers
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89517 f38db490-d61c-443f-a65b-d21fe96a405b
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>