summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r--src/ex_cmds2.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index 8a7498a582..e78b15928e 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -11,10 +11,6 @@
* ex_cmds2.c: some more functions for command line commands
*/
-#if defined(MSDOS) || defined(WIN16) || defined(WIN32) || defined(_WIN64)
-# include "vimio.h" /* for mch_open(), must be before vim.h */
-#endif
-
#include "vim.h"
#include "version.h"