aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/ops.h')
-rw-r--r--src/nvim/ops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ops.h b/src/nvim/ops.h
index 7c8e7b4640..391c8d865a 100644
--- a/src/nvim/ops.h
+++ b/src/nvim/ops.h
@@ -12,7 +12,7 @@
#include "nvim/normal.h"
#include "nvim/option_defs.h"
#include "nvim/os/time.h"
-#include "nvim/pos.h"
+#include "nvim/pos_defs.h"
#include "nvim/types.h"
typedef int (*Indenter)(void);