mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +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/memfile_defs.h"
|
||||
#include "nvim/buffer_defs.h" // IWYU pragma: keep
|
||||
#include "nvim/memfile_defs.h" // IWYU pragma: export
|
||||
|
||||
/// flags for mf_sync()
|
||||
#define MFS_ALL 1 /// also sync blocks with negative numbers
|
||||
|
Reference in New Issue
Block a user