diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-06-24 21:56:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-06-24 21:56:24 +0000 |
commit | 446cb837a017fc1c1b144cb5c2a35cb90abfbbcf (patch) | |
tree | 6c1fe56f2db8d4adbeee792b181b0659c4d1f216 /src/workshop.c | |
parent | 3577c6fafb77da5419cd1001dac56f204d480bdc (diff) | |
download | vim-git-446cb837a017fc1c1b144cb5c2a35cb90abfbbcf.tar.gz |
updated for version 7.2a
Diffstat (limited to 'src/workshop.c')
-rw-r--r-- | src/workshop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/workshop.c b/src/workshop.c index 38d27c4d7..66a60d3ba 100644 --- a/src/workshop.c +++ b/src/workshop.c @@ -13,7 +13,6 @@ #endif #include <stdio.h> #include <stdlib.h> -#include <fcntl.h> #include <sys/types.h> #include <netdb.h> #include <netinet/in.h> |