From c265fd31ab2b0307650ad94e1ea272e9360c345f Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Sun, 22 Aug 2021 11:25:59 +0200 Subject: refactor(api): remove unneccesary indirection around handles These things are just maps to pointers, no need to perform a huge song and dance around it. --- src/nvim/os_unix.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim/os_unix.c') diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c index be4bd9709b..44274e8f1d 100644 --- a/src/nvim/os_unix.c +++ b/src/nvim/os_unix.c @@ -7,7 +7,6 @@ #include #include -#include "nvim/api/private/handle.h" #include "nvim/vim.h" #include "nvim/ascii.h" #include "nvim/os_unix.h" -- cgit