diff options
Diffstat (limited to 'src/nvim/cmdhist.h')
-rw-r--r-- | src/nvim/cmdhist.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nvim/cmdhist.h b/src/nvim/cmdhist.h index 260730f7df..ed616ba801 100644 --- a/src/nvim/cmdhist.h +++ b/src/nvim/cmdhist.h @@ -1,9 +1,10 @@ #pragma once -#include "nvim/cmdexpand_defs.h" +#include "nvim/cmdexpand_defs.h" // IWYU pragma: export #include "nvim/eval/typval_defs.h" -#include "nvim/ex_cmds_defs.h" +#include "nvim/ex_cmds_defs.h" // IWYU pragma: export #include "nvim/os/time.h" +#include "nvim/types.h" /// Present history tables typedef enum { |