refactor(build): remove unused includes #17078

Remove unused includes in src/nvim/buffer.c|h using the IWYU library.
Yet another step towards #6371 and #549
This commit is contained in:
kylo252
2022-04-27 06:38:12 +02:00
committed by GitHub
parent 5f3018fa1a
commit 0d41c4dee1
9 changed files with 19 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
#ifndef NVIM_BUFFER_UPDATES_H
#define NVIM_BUFFER_UPDATES_H
#include "nvim/buffer_defs.h"
#include "nvim/extmark.h"
#include "nvim/buffer_defs.h" // for buf_T
#include "nvim/extmark.h" // for bcount_t
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "buffer_updates.h.generated.h"