Files
neovim/src/nvim/spellfile.h
2017-04-27 21:43:27 +02:00

14 lines
267 B
C

#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