aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui_client.h
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-11-27 18:46:03 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-11-27 19:33:42 +0100
commite38a05369293293b5b510b1b0014fcc2e7cb87f4 (patch)
treedcea248d46f1375224987b344f8658daf0306ce5 /src/nvim/ui_client.h
parentf4aedbae4cb1f206f5b7c6142697b71dd473059b (diff)
downloadrneovim-e38a05369293293b5b510b1b0014fcc2e7cb87f4.tar.gz
rneovim-e38a05369293293b5b510b1b0014fcc2e7cb87f4.tar.bz2
rneovim-e38a05369293293b5b510b1b0014fcc2e7cb87f4.zip
build(IWYU): export generated headers
Diffstat (limited to 'src/nvim/ui_client.h')
-rw-r--r--src/nvim/ui_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ui_client.h b/src/nvim/ui_client.h
index db1ab463f8..4fcccf04b2 100644
--- a/src/nvim/ui_client.h
+++ b/src/nvim/ui_client.h
@@ -39,6 +39,6 @@ EXTERN bool ui_client_forward_stdin INIT( = false);
// uncrustify:off
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "ui_client.h.generated.h"
-# include "ui_events_client.h.generated.h"
+# include "ui_events_client.h.generated.h" // IWYU pragma: export
#endif
// uncrustify:on