mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
build(IWYU): replace public-to-public mappings with pragmas (#26237)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "nvim/buffer_defs.h"
|
||||
#include "nvim/regexp_defs.h"
|
||||
#include "nvim/buffer_defs.h" // IWYU pragma: keep
|
||||
#include "nvim/regexp_defs.h" // IWYU pragma: export
|
||||
#include "nvim/types.h"
|
||||
|
||||
// Second argument for vim_regcomp().
|
||||
|
Reference in New Issue
Block a user