aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/cursor.h')
-rw-r--r--src/nvim/cursor.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nvim/cursor.h b/src/nvim/cursor.h
index 1baa83d327..bd70ccfe60 100644
--- a/src/nvim/cursor.h
+++ b/src/nvim/cursor.h
@@ -1,8 +1,7 @@
#pragma once
-#include <stdbool.h>
-
-#include "nvim/vim.h"
+#include "nvim/buffer_defs.h" // IWYU pragma: keep
+#include "nvim/pos.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "cursor.h.generated.h"