mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
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:
@@ -5,6 +5,7 @@
|
||||
// sign.c: functions for managing with signs
|
||||
//
|
||||
|
||||
#include "nvim/sign.h"
|
||||
|
||||
#include "nvim/ascii.h"
|
||||
#include "nvim/buffer.h"
|
||||
@@ -17,9 +18,9 @@
|
||||
#include "nvim/move.h"
|
||||
#include "nvim/option.h"
|
||||
#include "nvim/screen.h"
|
||||
#include "nvim/sign.h"
|
||||
#include "nvim/syntax.h"
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/window.h"
|
||||
|
||||
/// Struct to hold the sign properties.
|
||||
typedef struct sign sign_T;
|
||||
|
Reference in New Issue
Block a user