mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 12:08:33 +00:00
remove proto.h include from vim.h
This commit is contained in:

committed by
Nicolas Hillegeer

parent
a568e8b644
commit
e3db636546
@@ -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
|
||||
|
Reference in New Issue
Block a user