diff options
author | dundargoc <gocdundar@gmail.com> | 2023-11-27 18:46:03 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-27 19:33:42 +0100 |
commit | e38a05369293293b5b510b1b0014fcc2e7cb87f4 (patch) | |
tree | dcea248d46f1375224987b344f8658daf0306ce5 /src/nvim/api/private | |
parent | f4aedbae4cb1f206f5b7c6142697b71dd473059b (diff) | |
download | rneovim-e38a05369293293b5b510b1b0014fcc2e7cb87f4.tar.gz rneovim-e38a05369293293b5b510b1b0014fcc2e7cb87f4.tar.bz2 rneovim-e38a05369293293b5b510b1b0014fcc2e7cb87f4.zip |
build(IWYU): export generated headers
Diffstat (limited to 'src/nvim/api/private')
-rw-r--r-- | src/nvim/api/private/dispatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/private/dispatch.h b/src/nvim/api/private/dispatch.h index 49332bfecc..0a651ebd1c 100644 --- a/src/nvim/api/private/dispatch.h +++ b/src/nvim/api/private/dispatch.h @@ -26,6 +26,6 @@ extern const MsgpackRpcRequestHandler method_handlers[]; #ifdef INCLUDE_GENERATED_DECLARATIONS # include "api/private/dispatch.h.generated.h" -# include "api/private/dispatch_wrappers.h.generated.h" +# include "api/private/dispatch_wrappers.h.generated.h" // IWYU pragma: export # include "keysets_defs.generated.h" #endif |