aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/change.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/change.h')
-rw-r--r--src/nvim/change.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/change.h b/src/nvim/change.h
index fdfa8a29ec..d1d016c630 100644
--- a/src/nvim/change.h
+++ b/src/nvim/change.h
@@ -1,8 +1,8 @@
#ifndef NVIM_CHANGE_H
#define NVIM_CHANGE_H
-#include "nvim/buffer_defs.h" // for buf_T
-#include "nvim/pos.h" // for linenr_T
+#include "nvim/buffer_defs.h"
+#include "nvim/pos.h"
// flags for open_line()
#define OPENLINE_DELSPACES 0x01 // delete spaces after cursor