mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
build(IWYU): replace public-to-public mappings with pragmas (#26237)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "nvim/ex_cmds_defs.h"
|
||||
#include "nvim/undo_defs.h"
|
||||
#include "nvim/buffer_defs.h" // IWYU pragma: keep
|
||||
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
|
||||
#include "nvim/undo_defs.h" // IWYU pragma: export
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "undo.h.generated.h"
|
||||
|
Reference in New Issue
Block a user