build(IWYU): replace most private mappings with pragmas (#26247)

This commit is contained in:
zeertzjq
2023-11-27 20:58:37 +08:00
committed by GitHub
parent acf5252879
commit 38a20dd89f
41 changed files with 67 additions and 214 deletions

View File

@@ -1,10 +1,10 @@
#include <assert.h>
#include <inttypes.h>
#include <limits.h>
#include <msgpack/unpack.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -17,6 +17,7 @@
#include "nvim/ascii.h"
#include "nvim/buffer_defs.h"
#include "nvim/eval/typval.h"
#include "nvim/eval/typval_defs.h"
#include "nvim/eval/vars.h"
#include "nvim/ex_eval.h"
#include "nvim/garray.h"