diff options
Diffstat (limited to 'src/nvim/cmdexpand.h')
-rw-r--r-- | src/nvim/cmdexpand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/cmdexpand.h b/src/nvim/cmdexpand.h index ebdffc9b80..dabef1125e 100644 --- a/src/nvim/cmdexpand.h +++ b/src/nvim/cmdexpand.h @@ -3,7 +3,7 @@ #include "nvim/cmdexpand_defs.h" #include "nvim/eval/typval_defs.h" #include "nvim/ex_getln.h" -#include "nvim/garray.h" +#include "nvim/garray_defs.h" #include "nvim/types.h" // Values for nextwild() and ExpandOne(). See ExpandOne() for meaning. |