mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 12:45:17 -07:00
build(IWYU): remove arabic_defs.h (#26235)
A _defs header is only needed if it's included by multiple files.
This commit is contained in:
parent
3514b26a5d
commit
c2a5105e88
@ -195,7 +195,6 @@
|
||||
# headers on the left, it will use the headers on the right if possible. This
|
||||
# isn't explicitly mentioned in the IWYU docs, this is just my interpretation
|
||||
# of its behavior.
|
||||
{ include: [ '"nvim/arabic_defs.h"', public, '"nvim/arabic.h"', public ] },
|
||||
{ include: [ '"nvim/arglist_defs.h"', public, '"nvim/arglist.h"', public ] },
|
||||
{ include: [ '"nvim/buffer_defs.h"', public, '"nvim/buffer.h"', public ] },
|
||||
{ include: [ '"nvim/cmdexpand_defs.h"', public, '"nvim/cmdexpand.h"', public ] },
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "nvim/arabic_defs.h"
|
||||
#define ARABIC_CHAR(ch) (((ch) & 0xFF00) == 0x0600)
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "arabic.h.generated.h"
|
||||
|
@ -1,3 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#define ARABIC_CHAR(ch) (((ch) & 0xFF00) == 0x0600)
|
Loading…
Reference in New Issue
Block a user