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

@@ -9,7 +9,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "auto/versiondef.h" // version info generated by the build system
#include "auto/versiondef_git.h"
@@ -23,6 +22,7 @@
#include "nvim/gettext_defs.h"
#include "nvim/globals.h"
#include "nvim/grid.h"
#include "nvim/grid_defs.h"
#include "nvim/highlight.h"
#include "nvim/highlight_defs.h"
#include "nvim/lua/executor.h"
@@ -33,6 +33,7 @@
#include "nvim/os/os.h"
#include "nvim/strings.h"
#include "nvim/ui.h"
#include "nvim/ui_defs.h"
#include "nvim/version.h"
#include "nvim/window.h"