aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelnod <mail@paul-schiffers.de>2017-07-15 16:52:32 +0200
committerrelnod <mail@paul-schiffers.de>2017-10-19 11:20:08 +0200
commit0f74b7afeb3a4b85302268e7cb04f0faefda397d (patch)
treeba232f4cbcad97db449fe107011b378867744825
parent14e63271cc216ef60036891f7f79d8509c8f52c1 (diff)
downloadrneovim-0f74b7afeb3a4b85302268e7cb04f0faefda397d.tar.gz
rneovim-0f74b7afeb3a4b85302268e7cb04f0faefda397d.tar.bz2
rneovim-0f74b7afeb3a4b85302268e7cb04f0faefda397d.zip
refactor/single-include: undo.h
-rw-r--r--src/nvim/CMakeLists.txt1
-rw-r--r--src/nvim/undo.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt
index 09d50f0f00..eb3b60f0b5 100644
--- a/src/nvim/CMakeLists.txt
+++ b/src/nvim/CMakeLists.txt
@@ -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)
diff --git a/src/nvim/undo.h b/src/nvim/undo.h
index ab8584fbb2..802cdc5583 100644
--- a/src/nvim/undo.h
+++ b/src/nvim/undo.h
@@ -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"