aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/undo_defs.h')
-rw-r--r--src/nvim/undo_defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/undo_defs.h b/src/nvim/undo_defs.h
index 09a9689f67..e38b5e88fe 100644
--- a/src/nvim/undo_defs.h
+++ b/src/nvim/undo_defs.h
@@ -18,8 +18,6 @@ typedef struct {
colnr_T vi_curswant; ///< MAXCOL from w_curswant
} visualinfo_T;
-#include "nvim/buffer_defs.h"
-
typedef struct u_entry u_entry_T;
struct u_entry {
u_entry_T *ue_next; ///< pointer to next entry in list