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