mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
build(IWYU): replace public-to-public mappings with pragmas (#26237)
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "nvim/buffer_defs.h"
|
||||
#include "nvim/cmdexpand_defs.h"
|
||||
#include "nvim/ex_cmds_defs.h"
|
||||
#include "nvim/buffer_defs.h" // IWYU pragma: keep
|
||||
#include "nvim/cmdexpand_defs.h" // IWYU pragma: keep
|
||||
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
|
||||
#include "nvim/globals.h"
|
||||
#include "nvim/macros.h"
|
||||
#include "nvim/syntax_defs.h" // IWYU pragma: export
|
||||
|
||||
#define HL_CONTAINED 0x01 // not used on toplevel
|
||||
#define HL_TRANSP 0x02 // has no highlighting
|
||||
|
Reference in New Issue
Block a user