refactor: iwyu #31637

Result of `make iwyu` (after some "fixups").
This commit is contained in:
Justin M. Keyes
2024-12-23 05:43:52 -08:00
committed by GitHub
parent 55c5d0de26
commit 2a7d0ed614
136 changed files with 179 additions and 176 deletions

View File

@@ -17,12 +17,11 @@
#include "nvim/fold.h"
#include "nvim/globals.h"
#include "nvim/grid.h"
#include "nvim/grid_defs.h"
#include "nvim/highlight.h"
#include "nvim/highlight_group.h"
#include "nvim/marktree.h"
#include "nvim/memory.h"
#include "nvim/move.h"
#include "nvim/memory_defs.h"
#include "nvim/option_vars.h"
#include "nvim/pos_defs.h"
#include "nvim/sign.h"