1 #ifndef NVIM_SPELL_H
2 #define NVIM_SPELL_H
3 
4 #include <stdbool.h>
5 
6 #include "nvim/ex_cmds_defs.h"
7 #include "nvim/globals.h"
8 #include "nvim/spell_defs.h"
9 #include "nvim/vim.h"
10 
11 #ifdef INCLUDE_GENERATED_DECLARATIONS
12 # include "spell.h.generated.h"
13 #endif
14 #endif  // NVIM_SPELL_H
15