diff options
Diffstat (limited to 'src/nvim/spell.h')
-rw-r--r-- | src/nvim/spell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/spell.h b/src/nvim/spell.h index 5e7eaba3ae..839c76e6e7 100644 --- a/src/nvim/spell.h +++ b/src/nvim/spell.h @@ -2,9 +2,9 @@ #include <stdbool.h> -#include "nvim/ex_cmds_defs.h" +#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep #include "nvim/globals.h" -#include "nvim/spell_defs.h" +#include "nvim/spell_defs.h" // IWYU pragma: export #include "nvim/vim.h" #ifdef INCLUDE_GENERATED_DECLARATIONS |