aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/indent_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/indent_c.h')
-rw-r--r--src/nvim/indent_c.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/indent_c.h b/src/nvim/indent_c.h
index 140faaa33d..aa82bde4dc 100644
--- a/src/nvim/indent_c.h
+++ b/src/nvim/indent_c.h
@@ -1,6 +1,7 @@
#pragma once
-#include "nvim/vim.h"
+#include "nvim/buffer_defs.h" // IWYU pragma: keep
+#include "nvim/pos.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "indent_c.h.generated.h"