diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-01 07:08:33 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-01 07:08:33 +0000 |
commit | 53805d1eaa179509f39048516e344158eedfbbe4 (patch) | |
tree | dac89e79026008091f2b4fcbef83a669607ef994 /src/netbeans.c | |
parent | 34cf2f5f49f769d99416735a4a23315c9d2d70fc (diff) | |
download | vim-git-53805d1eaa179509f39048516e344158eedfbbe4.tar.gz |
updated for version 7.0121
Diffstat (limited to 'src/netbeans.c')
-rw-r--r-- | src/netbeans.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/netbeans.c b/src/netbeans.c index 9150e1451..78107bf65 100644 --- a/src/netbeans.c +++ b/src/netbeans.c @@ -21,7 +21,6 @@ #if defined(FEAT_NETBEANS_INTG) || defined(PROTO) /* Note: when making changes here also adjust configure.in. */ -# include <stdarg.h> # include <fcntl.h> #ifdef WIN32 # ifdef DEBUG |