diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2021-12-10 23:38:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 23:38:00 +0100 |
commit | 3f8703093de56254ffdbf8ef6ddbe7942af54257 (patch) | |
tree | 3261cb4da5542e767c386129f436c21bdcf78be6 /src/nvim/os_unix.c | |
parent | 53c95ccd1bb63c89afca18f86d38aba26f5ec90d (diff) | |
parent | df54d82b7c98ae5b1608c56e0dc216d77ebb3101 (diff) | |
download | rneovim-3f8703093de56254ffdbf8ef6ddbe7942af54257.tar.gz rneovim-3f8703093de56254ffdbf8ef6ddbe7942af54257.tar.bz2 rneovim-3f8703093de56254ffdbf8ef6ddbe7942af54257.zip |
Merge pull request #16607 from bfredl/no2misc1
refactor: get rid of misc1.c ("functions that didn't seem to fit elsewhere")
Diffstat (limited to 'src/nvim/os_unix.c')
-rw-r--r-- | src/nvim/os_unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c index 9396a5896a..1398dba0e4 100644 --- a/src/nvim/os_unix.c +++ b/src/nvim/os_unix.c @@ -20,7 +20,6 @@ #include "nvim/memline.h" #include "nvim/memory.h" #include "nvim/message.h" -#include "nvim/misc1.h" #include "nvim/mouse.h" #include "nvim/msgpack_rpc/helpers.h" #include "nvim/os/input.h" |