diff options
Diffstat (limited to 'src/nvim/spellfile.h')
-rw-r--r-- | src/nvim/spellfile.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/nvim/spellfile.h b/src/nvim/spellfile.h index ba5f193f33..3e68ddd5a4 100644 --- a/src/nvim/spellfile.h +++ b/src/nvim/spellfile.h @@ -1,10 +1,7 @@ #pragma once -#include <stdbool.h> - -#include "nvim/ex_cmds_defs.h" -#include "nvim/spell_defs.h" -#include "nvim/types.h" +#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep +#include "nvim/spell_defs.h" // IWYU pragma: keep #ifdef INCLUDE_GENERATED_DECLARATIONS # include "spellfile.h.generated.h" |