aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/buffer.c
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2021-12-26 19:03:21 +0100
committerGitHub <noreply@github.com>2021-12-26 19:03:21 +0100
commit457a8ca7a7110b0e8237d8ad75f3f7ee4f4fe539 (patch)
tree0b87198f0f420ac03d67243b72c9bcd07199cb0a /src/nvim/api/buffer.c
parenta23f4a7921114ee36f4731e4ad872efbba6722d3 (diff)
parent5e1320708de2bc14b400bc42f19a68978d99b140 (diff)
downloadrneovim-457a8ca7a7110b0e8237d8ad75f3f7ee4f4fe539.tar.gz
rneovim-457a8ca7a7110b0e8237d8ad75f3f7ee4f4fe539.tar.bz2
rneovim-457a8ca7a7110b0e8237d8ad75f3f7ee4f4fe539.zip
Merge pull request #16630 from kylo252/unused-includes
refactor(build): remove unused includes
Diffstat (limited to 'src/nvim/api/buffer.c')
-rw-r--r--src/nvim/api/buffer.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/nvim/api/buffer.c b/src/nvim/api/buffer.c
index 7988bff25a..ce9c4e27ad 100644
--- a/src/nvim/api/buffer.c
+++ b/src/nvim/api/buffer.c
@@ -12,20 +12,16 @@
#include "nvim/api/buffer.h"
#include "nvim/api/private/defs.h"
#include "nvim/api/private/helpers.h"
+#include "nvim/autocmd.h"
#include "nvim/buffer.h"
#include "nvim/buffer_updates.h"
#include "nvim/change.h"
-#include "nvim/charset.h"
#include "nvim/cursor.h"
#include "nvim/decoration.h"
#include "nvim/ex_cmds.h"
#include "nvim/ex_docmd.h"
#include "nvim/extmark.h"
-#include "nvim/fileio.h"
-#include "nvim/getchar.h"
#include "nvim/lua/executor.h"
-#include "nvim/map.h"
-#include "nvim/map_defs.h"
#include "nvim/mark.h"
#include "nvim/memline.h"
#include "nvim/memory.h"