refactor: iwyu (#26062)

This commit is contained in:
zeertzjq
2023-11-16 10:55:54 +08:00
committed by GitHub
parent 326d46f690
commit bb4b4576e3
37 changed files with 39 additions and 38 deletions

View File

@@ -1,7 +1,6 @@
#include <assert.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include "nvim/api/keysets.h"
@@ -13,9 +12,10 @@
#include "nvim/buffer.h"
#include "nvim/eval/window.h"
#include "nvim/globals.h"
#include "nvim/macros.h"
#include "nvim/memory.h"
#include "nvim/option.h"
#include "nvim/types.h"
#include "nvim/option_vars.h"
#include "nvim/vim.h"
#include "nvim/window.h"