diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-06-24 20:39:31 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-06-24 20:39:31 +0000 |
commit | a7241f5f19fd0865ce697939c347a8c88fb507d5 (patch) | |
tree | e1f1c07fe74094539286be048cc3306f6aedb0bc /src/integration.c | |
parent | f233048a129fa7a3b89e064078435181d6421da5 (diff) | |
download | vim-git-a7241f5f19fd0865ce697939c347a8c88fb507d5.tar.gz |
updated for version 7.2a
Diffstat (limited to 'src/integration.c')
-rw-r--r-- | src/integration.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/integration.c b/src/integration.c index 2cbf0a9b8..0d46c97bf 100644 --- a/src/integration.c +++ b/src/integration.c @@ -25,7 +25,6 @@ #include <stdio.h> #include <stdlib.h> -#include <fcntl.h> #ifdef INET_SOCKETS #include <netdb.h> |