aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_updates.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/buffer_updates.h')
-rw-r--r--src/nvim/buffer_updates.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/buffer_updates.h b/src/nvim/buffer_updates.h
index 3c2635be71..961fec879b 100644
--- a/src/nvim/buffer_updates.h
+++ b/src/nvim/buffer_updates.h
@@ -1,8 +1,8 @@
#ifndef NVIM_BUFFER_UPDATES_H
#define NVIM_BUFFER_UPDATES_H
-#include "nvim/buffer_defs.h" // for buf_T
-#include "nvim/extmark.h" // for bcount_t
+#include "nvim/buffer_defs.h"
+#include "nvim/extmark.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "buffer_updates.h.generated.h"