diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-11-28 07:47:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 07:47:36 +0800 |
commit | 718053b7a97c4e2fbaa6077d3c9f4dc7012c8aad (patch) | |
tree | b9dcecd6373c0f9a51c5dde37c2c7c7cf5f43c62 /src/nvim/os/lang.h | |
parent | 6c14ae6bfaf51415b555e9a6b85d1d280976358d (diff) | |
download | rneovim-718053b7a97c4e2fbaa6077d3c9f4dc7012c8aad.tar.gz rneovim-718053b7a97c4e2fbaa6077d3c9f4dc7012c8aad.tar.bz2 rneovim-718053b7a97c4e2fbaa6077d3c9f4dc7012c8aad.zip |
refactor: fix runtime_defs.h (#26259)
Diffstat (limited to 'src/nvim/os/lang.h')
-rw-r--r-- | src/nvim/os/lang.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/os/lang.h b/src/nvim/os/lang.h index 87013ccec9..4e7bf82195 100644 --- a/src/nvim/os/lang.h +++ b/src/nvim/os/lang.h @@ -1,8 +1,8 @@ #pragma once -#include "nvim/cmdexpand_defs.h" -#include "nvim/ex_cmds_defs.h" -#include "nvim/types_defs.h" +#include "nvim/cmdexpand_defs.h" // IWYU pragma: keep +#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep +#include "nvim/types_defs.h" // IWYU pragma: keep #ifdef INCLUDE_GENERATED_DECLARATIONS # include "os/lang.h.generated.h" |