summaryrefslogtreecommitdiff
path: root/src/if_python.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-08-01 07:19:10 +0000
committerBram Moolenaar <Bram@vim.org>2005-08-01 07:19:10 +0000
commit78984f503c0404ea36674a74076b091b27a9e528 (patch)
tree89fafa57f1dfefd4a483e20b8ffbb778ea50c498 /src/if_python.c
parent53805d1eaa179509f39048516e344158eedfbbe4 (diff)
downloadvim-git-78984f503c0404ea36674a74076b091b27a9e528.tar.gz
updated for version 7.0121v7.0121
Diffstat (limited to 'src/if_python.c')
-rw-r--r--src/if_python.c2
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) */