aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spellfile.h
diff options
context:
space:
mode:
authorrelnod <mail@paul-schiffers.de>2017-04-27 21:43:27 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-04-27 21:43:27 +0200
commit56911050e0e8b1917ef6d750cf8dac6fdcb9ef06 (patch)
treeb91653b0bc10e3049c09c47257585c788f4f2a3b /src/nvim/spellfile.h
parentce245c2c61c1052dcc65e1b0ac16efc7095aff04 (diff)
downloadrneovim-56911050e0e8b1917ef6d750cf8dac6fdcb9ef06.tar.gz
rneovim-56911050e0e8b1917ef6d750cf8dac6fdcb9ef06.tar.bz2
rneovim-56911050e0e8b1917ef6d750cf8dac6fdcb9ef06.zip
refactor/single-include (#6604)
Diffstat (limited to 'src/nvim/spellfile.h')
-rw-r--r--src/nvim/spellfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/spellfile.h b/src/nvim/spellfile.h
index 89acddda0d..633ee014a7 100644
--- a/src/nvim/spellfile.h
+++ b/src/nvim/spellfile.h
@@ -5,6 +5,7 @@
#include "nvim/spell_defs.h"
#include "nvim/types.h"
+#include "nvim/ex_cmds_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "spellfile.h.generated.h"