aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/arglist_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/arglist_defs.h')
-rw-r--r--src/nvim/arglist_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/arglist_defs.h b/src/nvim/arglist_defs.h
index 02651954db..a79d540a6e 100644
--- a/src/nvim/arglist_defs.h
+++ b/src/nvim/arglist_defs.h
@@ -1,6 +1,6 @@
#pragma once
-#include "nvim/garray.h"
+#include "nvim/garray_defs.h"
/// Argument list: Array of file names.
/// Used for the global argument list and the argument lists local to a window.