diff options
author | relnod <mail@paul-schiffers.de> | 2017-04-27 21:43:27 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-27 21:43:27 +0200 |
commit | 56911050e0e8b1917ef6d750cf8dac6fdcb9ef06 (patch) | |
tree | b91653b0bc10e3049c09c47257585c788f4f2a3b /src/nvim/spell.h | |
parent | ce245c2c61c1052dcc65e1b0ac16efc7095aff04 (diff) | |
download | rneovim-56911050e0e8b1917ef6d750cf8dac6fdcb9ef06.tar.gz rneovim-56911050e0e8b1917ef6d750cf8dac6fdcb9ef06.tar.bz2 rneovim-56911050e0e8b1917ef6d750cf8dac6fdcb9ef06.zip |
refactor/single-include (#6604)
Diffstat (limited to 'src/nvim/spell.h')
-rw-r--r-- | src/nvim/spell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/spell.h b/src/nvim/spell.h index e950644a6d..ad66df4c5d 100644 --- a/src/nvim/spell.h +++ b/src/nvim/spell.h @@ -4,6 +4,8 @@ #include <stdbool.h> #include "nvim/spell_defs.h" +#include "nvim/ex_cmds_defs.h" +#include "nvim/globals.h" #ifdef INCLUDE_GENERATED_DECLARATIONS # include "spell.h.generated.h" |