aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/charset.h')
-rw-r--r--src/nvim/charset.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/nvim/charset.h b/src/nvim/charset.h
index cfab0f8517..62a38660a8 100644
--- a/src/nvim/charset.h
+++ b/src/nvim/charset.h
@@ -3,12 +3,9 @@
#include <stdbool.h>
#include <stdint.h>
-#include "nvim/buffer_defs.h"
-#include "nvim/eval/typval_defs.h"
-#include "nvim/option_defs.h"
+#include "nvim/func_attr.h"
#include "nvim/option_vars.h"
-#include "nvim/pos_defs.h"
-#include "nvim/strings.h"
+#include "nvim/strings.h" // IWYU pragma: keep
/// Return the folded-case equivalent of the given character
///