mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
build(IWYU): replace public-to-public mappings with pragmas (#26237)
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "nvim/cmdexpand_defs.h"
|
||||
#include "nvim/ex_cmds_defs.h"
|
||||
#include "nvim/menu_defs.h"
|
||||
#include "nvim/cmdexpand_defs.h" // IWYU pragma: keep
|
||||
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
|
||||
#include "nvim/menu_defs.h" // IWYU pragma: export
|
||||
#include "nvim/types.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
|
Reference in New Issue
Block a user