mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00: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:
@@ -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)
|
Reference in New Issue
Block a user