refactor/single-include (#6688)

This commit is contained in:
Carlo Abelli 2017-05-05 04:28:12 -04:00 committed by Justin M. Keyes
parent 34c3f03013
commit 631d55ada0
3 changed files with 2 additions and 2 deletions

View File

@ -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
) )

View File

@ -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

View File

@ -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"