aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/arglist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/arglist.h')
-rw-r--r--src/nvim/arglist.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nvim/arglist.h b/src/nvim/arglist.h
index 82c7dd54ef..6ca73291d8 100644
--- a/src/nvim/arglist.h
+++ b/src/nvim/arglist.h
@@ -1,9 +1,9 @@
#pragma once
-#include "nvim/arglist_defs.h"
-#include "nvim/cmdexpand_defs.h"
-#include "nvim/eval/typval_defs.h"
-#include "nvim/ex_cmds_defs.h"
+#include "nvim/arglist_defs.h" // IWYU pragma: export
+#include "nvim/cmdexpand_defs.h" // IWYU pragma: keep
+#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
+#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
#include "nvim/types.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS