blob: 8813a5b3f12857f5f56fd87241170ff46f01b18b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef NVIM_SPELLSUGGEST_H
#define NVIM_SPELLSUGGEST_H
#include "nvim/garray.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "spellsuggest.h.generated.h"
#endif
#endif // NVIM_SPELLSUGGEST_H
|