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

@ -1,9 +1,7 @@
#include <assert.h>
#include <ctype.h>
#include <inttypes.h>
#include <limits.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -52,7 +50,6 @@
#include "nvim/mark.h"
#include "nvim/mark_defs.h"
#include "nvim/match.h"
#include "nvim/mbyte.h"
#include "nvim/memory.h"
#include "nvim/message.h"
#include "nvim/mouse.h"