blob: 235bc07f61b5f0b174038614e1f6b68dc4f15eec (
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/ex_cmds_defs.h"
#include "nvim/spell_defs.h"
#include "nvim/types.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "spellfile.h.generated.h"
#endif
#endif // NVIM_SPELLFILE_H
|