diff options
Diffstat (limited to 'src/nvim/autocmd.h')
-rw-r--r-- | src/nvim/autocmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/autocmd.h b/src/nvim/autocmd.h index 566c5f5149..a0a060c5b0 100644 --- a/src/nvim/autocmd.h +++ b/src/nvim/autocmd.h @@ -12,7 +12,7 @@ #include "nvim/ex_cmds_defs.h" // IWYU pragma: keep #include "nvim/macros.h" #include "nvim/pos_defs.h" -#include "nvim/types.h" +#include "nvim/types_defs.h" // Set by the apply_autocmds_group function if the given event is equal to // EVENT_FILETYPE. Used by the readfile function in order to determine if |