diff options
author | dundargoc <gocdundar@gmail.com> | 2023-11-26 17:25:35 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-26 22:15:53 +0100 |
commit | 71141e8cf5dfaf5d17610dba57f0e0f319a4850e (patch) | |
tree | 66fd0efa6472c6887e06063be77f2e365fa57485 /src/nvim/event | |
parent | 27fc11c0486354ce23ceb57649f22aedbfe2d48b (diff) | |
download | rneovim-71141e8cf5dfaf5d17610dba57f0e0f319a4850e.tar.gz rneovim-71141e8cf5dfaf5d17610dba57f0e0f319a4850e.tar.bz2 rneovim-71141e8cf5dfaf5d17610dba57f0e0f319a4850e.zip |
build(IWYU): fix headers for arabic.h
Diffstat (limited to 'src/nvim/event')
-rw-r--r-- | src/nvim/event/libuv_process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/event/libuv_process.c b/src/nvim/event/libuv_process.c index 2f21fcf2ac..8264adb1fc 100644 --- a/src/nvim/event/libuv_process.c +++ b/src/nvim/event/libuv_process.c @@ -5,7 +5,6 @@ #include "nvim/eval/typval.h" #include "nvim/event/libuv_process.h" -#include "nvim/event/loop.h" #include "nvim/event/process.h" #include "nvim/event/stream.h" #include "nvim/log.h" |