aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/indent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/indent.h')
-rw-r--r--src/nvim/indent.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/nvim/indent.h b/src/nvim/indent.h
index 0da2fbea47..c35338637f 100644
--- a/src/nvim/indent.h
+++ b/src/nvim/indent.h
@@ -1,6 +1,9 @@
#pragma once
-#include "nvim/vim.h"
+#include "nvim/buffer_defs.h" // IWYU pragma: keep
+#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
+#include "nvim/pos.h"
+#include "nvim/types.h"
typedef int (*IndentGetter)(void);