aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cmdexpand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/cmdexpand.h')
-rw-r--r--src/nvim/cmdexpand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/cmdexpand.h b/src/nvim/cmdexpand.h
index dabef1125e..21578aaa34 100644
--- a/src/nvim/cmdexpand.h
+++ b/src/nvim/cmdexpand.h
@@ -1,9 +1,9 @@
#pragma once
-#include "nvim/cmdexpand_defs.h"
-#include "nvim/eval/typval_defs.h"
+#include "nvim/cmdexpand_defs.h" // IWYU pragma: export
+#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
#include "nvim/ex_getln.h"
-#include "nvim/garray_defs.h"
+#include "nvim/garray_defs.h" // IWYU pragma: keep
#include "nvim/types.h"
// Values for nextwild() and ExpandOne(). See ExpandOne() for meaning.