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

@@ -41,6 +41,7 @@
// functions.
#include <assert.h>
#include <ctype.h>
#include <inttypes.h>
#include <limits.h>
#include <stdbool.h>
@@ -52,6 +53,7 @@
#include "nvim/ascii_defs.h"
#include "nvim/autocmd.h"
#include "nvim/autocmd_defs.h"
#include "nvim/buffer_defs.h"
#include "nvim/charset.h"
#include "nvim/cursor.h"
#include "nvim/errors.h"
@@ -67,6 +69,7 @@
#include "nvim/message.h"
#include "nvim/normal.h"
#include "nvim/option.h"
#include "nvim/option_defs.h"
#include "nvim/option_vars.h"
#include "nvim/os/fs.h"
#include "nvim/os/fs_defs.h"
@@ -76,7 +79,6 @@
#include "nvim/path.h"
#include "nvim/strings.h"
#include "nvim/vim_defs.h"
#include "nvim/window.h"
static char *ff_expand_buffer = NULL; // used for expanding filenames