aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/ui.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-22 13:32:46 +0800
committerGitHub <noreply@github.com>2023-12-22 13:32:46 +0800
commitba0fa4fa197330687b06c74a50b2ccd4800f5881 (patch)
tree13c4be404f1a3e3480a555d06ff627cb6002c5c4 /src/nvim/api/ui.h
parent089b934352437ab310a6dd3b138c7ed9445a3d7b (diff)
downloadrneovim-ba0fa4fa197330687b06c74a50b2ccd4800f5881.tar.gz
rneovim-ba0fa4fa197330687b06c74a50b2ccd4800f5881.tar.bz2
rneovim-ba0fa4fa197330687b06c74a50b2ccd4800f5881.zip
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.
Diffstat (limited to 'src/nvim/api/ui.h')
-rw-r--r--src/nvim/api/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/ui.h b/src/nvim/api/ui.h
index b1f4ff97d9..9147f1d870 100644
--- a/src/nvim/api/ui.h
+++ b/src/nvim/api/ui.h
@@ -9,5 +9,5 @@
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "api/ui.h.generated.h"
-# include "ui_events_remote.h.generated.h" // IWYU pragma: export
+# include "ui_events_remote.h.generated.h"
#endif