mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
refactor/single-include: undo.h
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user