diff options
Diffstat (limited to 'src/nvim/spellsuggest.h')
-rw-r--r-- | src/nvim/spellsuggest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/spellsuggest.h b/src/nvim/spellsuggest.h index 0100e44b07..40e51a0f88 100644 --- a/src/nvim/spellsuggest.h +++ b/src/nvim/spellsuggest.h @@ -1,6 +1,6 @@ #pragma once -#include "nvim/garray_defs.h" // IWYU pragma: export +#include "nvim/garray_defs.h" // IWYU pragma: keep #ifdef INCLUDE_GENERATED_DECLARATIONS # include "spellsuggest.h.generated.h" |