aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell.h
blob: 839c76e6e7bd8996d8e289f54a41efb66145a3c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <stdbool.h>

#include "nvim/ex_cmds_defs.h"  // IWYU pragma: keep
#include "nvim/globals.h"
#include "nvim/spell_defs.h"  // IWYU pragma: export
#include "nvim/vim.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "spell.h.generated.h"
#endif