mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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
|
set(NO_SINGLE_CHECK_HEADERS
|
||||||
os/win_defs.h
|
os/win_defs.h
|
||||||
os/pty_process_win.h
|
os/pty_process_win.h
|
||||||
undo.h
|
|
||||||
)
|
)
|
||||||
foreach(hfile ${NVIM_HEADERS})
|
foreach(hfile ${NVIM_HEADERS})
|
||||||
get_test_target(test-includes "${hfile}" relative_path texe)
|
get_test_target(test-includes "${hfile}" relative_path texe)
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
#define NVIM_UNDO_H
|
#define NVIM_UNDO_H
|
||||||
|
|
||||||
#include "nvim/undo_defs.h"
|
#include "nvim/undo_defs.h"
|
||||||
|
#include "nvim/ex_cmds_defs.h"
|
||||||
|
|
||||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||||
# include "undo.h.generated.h"
|
# include "undo.h.generated.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user