diff options
Diffstat (limited to 'src/nvim/arglist.h')
-rw-r--r-- | src/nvim/arglist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/arglist.h b/src/nvim/arglist.h index b2e0f411d4..cd34ca10c4 100644 --- a/src/nvim/arglist.h +++ b/src/nvim/arglist.h @@ -1,7 +1,7 @@ #ifndef NVIM_ARGLIST_H #define NVIM_ARGLIST_H -#include "nvim/eval/typval.h" +#include "nvim/eval/typval_defs.h" #include "nvim/ex_cmds_defs.h" #ifdef INCLUDE_GENERATED_DECLARATIONS |