diff options
author | dundargoc <gocdundar@gmail.com> | 2023-12-12 15:40:21 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-12-17 19:03:18 +0100 |
commit | 69bc519b53ebf78fd95c8256468e7d538ebcb948 (patch) | |
tree | eeff39a8b6478da10c8d6b394617cc273e5e0d34 /src/nvim/api/private/helpers.h | |
parent | c0cb1e8e9437b738c8d3232ec4594113d2221bb2 (diff) | |
download | rneovim-69bc519b53ebf78fd95c8256468e7d538ebcb948.tar.gz rneovim-69bc519b53ebf78fd95c8256468e7d538ebcb948.tar.bz2 rneovim-69bc519b53ebf78fd95c8256468e7d538ebcb948.zip |
refactor: move non-symbols to defs.h headers
Diffstat (limited to 'src/nvim/api/private/helpers.h')
-rw-r--r-- | src/nvim/api/private/helpers.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/nvim/api/private/helpers.h b/src/nvim/api/private/helpers.h index e61dd5f992..64558f0410 100644 --- a/src/nvim/api/private/helpers.h +++ b/src/nvim/api/private/helpers.h @@ -2,21 +2,15 @@ #include <stdbool.h> #include <stddef.h> -#include <stdint.h> #include "klib/kvec.h" #include "nvim/api/private/defs.h" -#include "nvim/api/private/dispatch.h" -#include "nvim/decoration.h" -#include "nvim/eval/typval_defs.h" #include "nvim/ex_eval_defs.h" -#include "nvim/getchar.h" #include "nvim/gettext.h" #include "nvim/globals.h" #include "nvim/macros_defs.h" #include "nvim/map_defs.h" -#include "nvim/memory.h" -#include "nvim/message.h" +#include "nvim/message_defs.h" // IWYU pragma: keep #define OBJECT_OBJ(o) o |