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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/indent.h b/src/nvim/indent.h
index c35338637f..aa33e7cd93 100644
--- a/src/nvim/indent.h
+++ b/src/nvim/indent.h
@@ -2,7 +2,7 @@
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
-#include "nvim/pos.h"
+#include "nvim/pos_defs.h"
#include "nvim/types.h"
typedef int (*IndentGetter)(void);