mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
refactor/single-include (#6688)
This commit is contained in:
parent
34c3f03013
commit
631d55ada0
@ -429,7 +429,6 @@ function(get_test_target prefix sfile relative_path_var target_var)
|
|||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
set(NO_SINGLE_CHECK_HEADERS
|
set(NO_SINGLE_CHECK_HEADERS
|
||||||
if_cscope_defs.h
|
|
||||||
misc2.h
|
misc2.h
|
||||||
msgpack_rpc/server.h
|
msgpack_rpc/server.h
|
||||||
os/shell.h
|
os/shell.h
|
||||||
@ -438,7 +437,6 @@ set(NO_SINGLE_CHECK_HEADERS
|
|||||||
regexp_defs.h
|
regexp_defs.h
|
||||||
syntax_defs.h
|
syntax_defs.h
|
||||||
terminal.h
|
terminal.h
|
||||||
tui/tui.h
|
|
||||||
undo.h
|
undo.h
|
||||||
undo_defs.h
|
undo_defs.h
|
||||||
)
|
)
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
#include "nvim/os/os_defs.h"
|
#include "nvim/os/os_defs.h"
|
||||||
#include "nvim/os/fs_defs.h"
|
#include "nvim/os/fs_defs.h"
|
||||||
|
#include "nvim/ex_cmds_defs.h"
|
||||||
|
|
||||||
#define CSCOPE_SUCCESS 0
|
#define CSCOPE_SUCCESS 0
|
||||||
#define CSCOPE_FAILURE -1
|
#define CSCOPE_FAILURE -1
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
#define NVIM_TUI_TUI_H
|
#define NVIM_TUI_TUI_H
|
||||||
|
|
||||||
#include "nvim/cursor_shape.h"
|
#include "nvim/cursor_shape.h"
|
||||||
|
#include "nvim/ui.h"
|
||||||
|
|
||||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||||
# include "tui/tui.h.generated.h"
|
# include "tui/tui.h.generated.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user