blob: 633ee014a70b7ea2bcc38b54eab45e8231b82e56 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef NVIM_SPELLFILE_H
#define NVIM_SPELLFILE_H
#include <stdbool.h>
#include "nvim/spell_defs.h"
#include "nvim/types.h"
#include "nvim/ex_cmds_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "spellfile.h.generated.h"
#endif
#endif // NVIM_SPELLFILE_H
|