summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-08-02 16:10:32 +0200
committerBram Moolenaar <Bram@vim.org>2013-08-02 16:10:32 +0200
commitaee1f4a5b5065da6602fb30e01529644e85eb036 (patch)
tree89669a8b47cf8d3e17106295b7bad6e80f2f910d /src/vim.h
parenta946afe075ce041a638194b6b3bcb100ba2b3689 (diff)
downloadvim-git-aee1f4a5b5065da6602fb30e01529644e85eb036.tar.gz
updated for version 7.4b.007v7.4b.007
Problem: On 32 bit MS-Windows :perldo does not work. Solution: Make sure time_t uses 32 bits. (Ken Takata)
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vim.h b/src/vim.h
index 1555defda..3d61f3a35 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -2180,10 +2180,6 @@ typedef int VimClipboard; /* This is required for the prototypes. */
/* Borland has the structure stati64 but not _stati64 */
# define _stati64 stati64
# endif
-
-# include <EXTERN.h>
-# include <perl.h>
-# include <XSUB.h>
#endif
/* values for vim_handle_signal() that are not a signal */