diff options
Diffstat (limited to 'src/nvim/insexpand.h')
-rw-r--r-- | src/nvim/insexpand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/insexpand.h b/src/nvim/insexpand.h index 9098c50499..164aa5edce 100644 --- a/src/nvim/insexpand.h +++ b/src/nvim/insexpand.h @@ -1,9 +1,9 @@ #pragma once -#include <stdbool.h> - #include "nvim/macros.h" -#include "nvim/option_defs.h" +#include "nvim/option_defs.h" // IWYU pragma: keep +#include "nvim/pos.h" +#include "nvim/types.h" #include "nvim/vim.h" #ifdef INCLUDE_GENERATED_DECLARATIONS |