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/getchar.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim/getchar.c') diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c index 2b6c5b9f37..28f58e2c34 100644 --- a/src/nvim/getchar.c +++ b/src/nvim/getchar.c @@ -52,7 +52,6 @@ #include "nvim/os/input.h" #include "nvim/os/os.h" #include "nvim/os/fileio.h" -#include "nvim/api/private/handle.h" /// Index in scriptin -- cgit