diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-04-15 07:11:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-15 07:11:10 +0200 |
commit | 987619ddd73e792dc04b1a408b92cef2abb52bef (patch) | |
tree | 5e460541dbe23d075d729033a22f56977f19768c /src/nvim/undo.c | |
parent | d81b510ecf1890828caa653ebb2fa053131f3265 (diff) | |
parent | 7b219c638d43c12a42d75832fd09d7b2e86090bf (diff) | |
download | rneovim-987619ddd73e792dc04b1a408b92cef2abb52bef.tar.gz rneovim-987619ddd73e792dc04b1a408b92cef2abb52bef.tar.bz2 rneovim-987619ddd73e792dc04b1a408b92cef2abb52bef.zip |
Merge pull request #9902 from janlazo/vim-8.0.0761
vim-patch:8.0.{761,776,1093,1112}
Diffstat (limited to 'src/nvim/undo.c')
-rw-r--r-- | src/nvim/undo.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/nvim/undo.c b/src/nvim/undo.c index 41393c7ef4..8bb1b9e745 100644 --- a/src/nvim/undo.c +++ b/src/nvim/undo.c @@ -83,13 +83,11 @@ #include <string.h> #include <fcntl.h> -#include "nvim/vim.h" +#include "nvim/buffer.h" #include "nvim/ascii.h" #include "nvim/undo.h" -#include "nvim/macros.h" #include "nvim/cursor.h" #include "nvim/edit.h" -#include "nvim/eval.h" #include "nvim/fileio.h" #include "nvim/fold.h" #include "nvim/buffer_updates.h" @@ -102,8 +100,6 @@ #include "nvim/option.h" #include "nvim/os_unix.h" #include "nvim/path.h" -#include "nvim/quickfix.h" -#include "nvim/screen.h" #include "nvim/sha256.h" #include "nvim/state.h" #include "nvim/strings.h" |