mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 19:25:11 -07:00
refactor/single-include: digraph.h #6444
This commit is contained in:
parent
fd8f18bce2
commit
f4e97fe499
@ -424,7 +424,6 @@ function(get_test_target prefix sfile relative_path_var target_var)
|
||||
endfunction()
|
||||
|
||||
set(NO_SINGLE_CHECK_HEADERS
|
||||
digraph.h
|
||||
ex_cmds.h
|
||||
ex_getln.h
|
||||
file_search.h
|
||||
|
@ -1,6 +1,9 @@
|
||||
#ifndef NVIM_DIGRAPH_H
|
||||
#define NVIM_DIGRAPH_H
|
||||
|
||||
#include "nvim/types.h" // for char_u
|
||||
#include "nvim/ex_cmds_defs.h" // for exarg_T
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "digraph.h.generated.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user