diff options
Diffstat (limited to 'src/nvim/arglist.c')
-rw-r--r-- | src/nvim/arglist.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/arglist.c b/src/nvim/arglist.c index 7854b9a9a2..d2734e6c5a 100644 --- a/src/nvim/arglist.c +++ b/src/nvim/arglist.c @@ -7,7 +7,7 @@ #include "auto/config.h" #include "nvim/arglist.h" -#include "nvim/ascii.h" +#include "nvim/ascii_defs.h" #include "nvim/autocmd.h" #include "nvim/buffer.h" #include "nvim/charset.h" @@ -24,7 +24,7 @@ #include "nvim/garray.h" #include "nvim/gettext.h" #include "nvim/globals.h" -#include "nvim/macros.h" +#include "nvim/macros_defs.h" #include "nvim/mark.h" #include "nvim/memline_defs.h" #include "nvim/memory.h" @@ -38,7 +38,7 @@ #include "nvim/types_defs.h" #include "nvim/undo.h" #include "nvim/version.h" -#include "nvim/vim.h" +#include "nvim/vim_defs.h" #include "nvim/window.h" /// State used by the :all command to open all the files in the argument list in |