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