build(IWYU): replace public-to-public mappings with pragmas (#26237)

This commit is contained in:
zeertzjq
2023-11-27 09:51:26 +08:00
committed by GitHub
parent 7e2387f41b
commit 09541d514d
41 changed files with 76 additions and 117 deletions

View File

@@ -4,11 +4,11 @@
#include <stdint.h>
#include <string.h>
#include "nvim/cmdexpand_defs.h"
#include "nvim/eval/typval_defs.h"
#include "nvim/cmdexpand_defs.h" // IWYU pragma: keep
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
#include "nvim/func_attr.h"
#include "nvim/grid_defs.h"
#include "nvim/mbyte_defs.h"
#include "nvim/mbyte_defs.h" // IWYU pragma: export
#include "nvim/os/os_defs.h"
#include "nvim/types.h"