diff options
Diffstat (limited to 'src/vimio.h')
-rw-r--r-- | src/vimio.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/vimio.h b/src/vimio.h deleted file mode 100644 index a07620ca7..000000000 --- a/src/vimio.h +++ /dev/null @@ -1,13 +0,0 @@ -/* vi:set ts=8 sts=4 sw=4 noet: - * - * VIM - Vi IMproved by Bram Moolenaar - * - * Do ":help uganda" in Vim to read copying and usage conditions. - * Do ":help credits" in Vim to see a list of people who contributed. - * See README.txt for an overview of the Vim source code. - */ - -// cproto fails on missing include files -#ifndef PROTO -# include <io.h> -#endif |