From e3db6365467bf6087e5eced3bce3969ff975a864 Mon Sep 17 00:00:00 2001 From: Brandon Coleman Date: Tue, 17 Jun 2014 00:13:35 -0500 Subject: remove proto.h include from vim.h --- src/nvim/vim.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim/vim.h') 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 -- cgit