mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
refactor(IWYU): add "private" pragma to more generated headers (#26706)
"export" only prevents IWYU from adding these headers if the headers that export them are included, while "private" ensures that IWYU never adds these headers.
This commit is contained in:
@@ -27,7 +27,7 @@ EXTERN const char *ui_ext_names[] INIT( = {
|
||||
// uncrustify:off
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "ui.h.generated.h"
|
||||
# include "ui_events_call.h.generated.h" // IWYU pragma: export
|
||||
# include "ui_events_call.h.generated.h"
|
||||
#endif
|
||||
// uncrustify:on
|
||||
|
||||
|
Reference in New Issue
Block a user