aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/getchar.h')
-rw-r--r--src/nvim/getchar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/getchar.h b/src/nvim/getchar.h
index c97c7d6d74..a1f5d92ffa 100644
--- a/src/nvim/getchar.h
+++ b/src/nvim/getchar.h
@@ -3,8 +3,8 @@
#include <stdbool.h>
#include <stdint.h>
-#include "nvim/eval/typval_defs.h"
-#include "nvim/getchar_defs.h"
+#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
+#include "nvim/getchar_defs.h" // IWYU pragma: export
#include "nvim/os/fileio.h"
#include "nvim/types.h"