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/os | |
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/os')
-rw-r--r-- | src/nvim/os/os.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/os/os.h b/src/nvim/os/os.h index e0c970f20c..cbc2be47e0 100644 --- a/src/nvim/os/os.h +++ b/src/nvim/os/os.h @@ -11,10 +11,12 @@ #include "nvim/os/stdpaths_defs.h" // IWYU pragma: keep #ifdef INCLUDE_GENERATED_DECLARATIONS +// IWYU pragma: begin_exports # include "os/env.h.generated.h" # include "os/mem.h.generated.h" # include "os/stdpaths.h.generated.h" # include "os/users.h.generated.h" +// IWYU pragma: end_exports #endif #define ENV_LOGFILE "NVIM_LOG_FILE" |