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 164aa5edce..deccc60d4a 100644 --- a/src/nvim/insexpand.h +++ b/src/nvim/insexpand.h @@ -2,7 +2,7 @@ #include "nvim/macros.h" #include "nvim/option_defs.h" // IWYU pragma: keep -#include "nvim/pos.h" +#include "nvim/pos_defs.h" #include "nvim/types.h" #include "nvim/vim.h" |