diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-06-24 22:58:06 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-06-24 22:58:06 +0000 |
commit | 8c8de839325eda0bed68917d18179d2003b344d1 (patch) | |
tree | c65b80f0a627f2e77385a07a62ee4206465cbc22 /src/memfile.c | |
parent | 864207de089119377a1e1e5d411307d8eb57399e (diff) | |
download | vim-git-8c8de839325eda0bed68917d18179d2003b344d1.tar.gz |
updated for version 7.2av7.2a
Diffstat (limited to 'src/memfile.c')
-rw-r--r-- | src/memfile.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/memfile.c b/src/memfile.c index f1ce68143..dd8dc13d4 100644 --- a/src/memfile.c +++ b/src/memfile.c @@ -38,10 +38,6 @@ #include "vim.h" -#ifdef HAVE_FCNTL_H -# include <fcntl.h> -#endif - /* * Some systems have the page size in statfs.f_bsize, some in stat.st_blksize */ |