refactor/single-include: undo.h

This commit is contained in:
relnod 2017-07-15 16:52:32 +02:00
parent 14e63271cc
commit 0f74b7afeb
2 changed files with 1 additions and 1 deletions

View File

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

View File

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