diff options
Diffstat (limited to 'src/nvim/spell_defs.h')
-rw-r--r-- | src/nvim/spell_defs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/spell_defs.h b/src/nvim/spell_defs.h index e98689f0c1..005f3aa9e4 100644 --- a/src/nvim/spell_defs.h +++ b/src/nvim/spell_defs.h @@ -4,9 +4,6 @@ #include <stdint.h> #include "nvim/buffer_defs.h" -#include "nvim/garray_defs.h" -#include "nvim/hashtab_defs.h" -#include "nvim/regexp_defs.h" enum { /// Assume max. word len is this many bytes. |