build(IWYU): fix headers for arabic.h

This commit is contained in:
dundargoc
2023-11-26 17:25:35 +01:00
committed by dundargoc
parent 27fc11c048
commit 71141e8cf5
7 changed files with 6 additions and 7 deletions

View File

@ -195,6 +195,7 @@
# 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 ] },