mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00

Remove unused includes in src/nvim/buffer.c|h using the IWYU library. Yet another step towards #6371 and #549
12 lines
273 B
C
12 lines
273 B
C
#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
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "buffer_updates.h.generated.h"
|
|
#endif
|
|
|
|
#endif // NVIM_BUFFER_UPDATES_H
|