diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-01 07:19:10 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-01 07:19:10 +0000 |
commit | 78984f503c0404ea36674a74076b091b27a9e528 (patch) | |
tree | 89fafa57f1dfefd4a483e20b8ffbb778ea50c498 /src/if_python.c | |
parent | 53805d1eaa179509f39048516e344158eedfbbe4 (diff) | |
download | vim-78984f503c0404ea36674a74076b091b27a9e528.zip |
updated for version 7.0121
Diffstat (limited to 'src/if_python.c')
-rw-r--r-- | src/if_python.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/if_python.c b/src/if_python.c index 8aca83518..1b5d0e33b 100644 --- a/src/if_python.c +++ b/src/if_python.c @@ -19,8 +19,6 @@ #include "vim.h" -#include <stdio.h> -#include <stdarg.h> #include <limits.h> /* Python.h defines _POSIX_THREADS itself (if needed) */ |