mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
build(IWYU): replace public-to-public mappings with pragmas (#26237)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "nvim/buffer_defs.h"
|
||||
#include "nvim/buffer_defs.h" // IWYU pragma: export
|
||||
#include "nvim/eval/typval.h"
|
||||
#include "nvim/eval/typval_defs.h"
|
||||
#include "nvim/ex_cmds_defs.h"
|
||||
|
Reference in New Issue
Block a user