diff options
Diffstat (limited to 'src/nvim/insexpand.h')
-rw-r--r-- | src/nvim/insexpand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/insexpand.h b/src/nvim/insexpand.h index deccc60d4a..3ad0ac05de 100644 --- a/src/nvim/insexpand.h +++ b/src/nvim/insexpand.h @@ -3,7 +3,7 @@ #include "nvim/macros.h" #include "nvim/option_defs.h" // IWYU pragma: keep #include "nvim/pos_defs.h" -#include "nvim/types.h" +#include "nvim/types_defs.h" #include "nvim/vim.h" #ifdef INCLUDE_GENERATED_DECLARATIONS |