mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
refactor/single-include: undo.h
This commit is contained in:
parent
14e63271cc
commit
0f74b7afeb
@ -541,7 +541,6 @@ endfunction()
|
||||
set(NO_SINGLE_CHECK_HEADERS
|
||||
os/win_defs.h
|
||||
os/pty_process_win.h
|
||||
undo.h
|
||||
)
|
||||
foreach(hfile ${NVIM_HEADERS})
|
||||
get_test_target(test-includes "${hfile}" relative_path texe)
|
||||
|
@ -2,6 +2,7 @@
|
||||
#define NVIM_UNDO_H
|
||||
|
||||
#include "nvim/undo_defs.h"
|
||||
#include "nvim/ex_cmds_defs.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "undo.h.generated.h"
|
||||
|
Loading…
Reference in New Issue
Block a user