diff options
author | Brandon Coleman <metrix1978@gmail.com> | 2014-06-17 00:13:35 -0500 |
---|---|---|
committer | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-07-09 00:18:17 +0200 |
commit | e3db6365467bf6087e5eced3bce3969ff975a864 (patch) | |
tree | 9802b856c6f4e31323b7ba7a55769c1dbf9ac238 /src/nvim/vim.h | |
parent | a568e8b644a41b12388b7c7de4ca0fb8dc107f18 (diff) | |
download | rneovim-e3db6365467bf6087e5eced3bce3969ff975a864.tar.gz rneovim-e3db6365467bf6087e5eced3bce3969ff975a864.tar.bz2 rneovim-e3db6365467bf6087e5eced3bce3969ff975a864.zip |
remove proto.h include from vim.h
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r-- | src/nvim/vim.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h index 4f321dc0b6..66adab1f2d 100644 --- a/src/nvim/vim.h +++ b/src/nvim/vim.h @@ -1105,7 +1105,6 @@ typedef int VimClipboard; /* This is required for the prototypes. */ #include "nvim/buffer_defs.h" /* buffer and windows */ #include "nvim/ex_cmds_defs.h" /* Ex command defines */ -#include "nvim/proto.h" /* function prototypes */ /* This has to go after the include of proto.h, as proto/gui.pro declares * functions of these names. The declarations would break if the defines had |