From d906708a439687c7476083b883d29b8e99dd15e3 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sun, 1 Jun 2014 02:03:54 +0400 Subject: Remove unneeded klist include in channel.c --- src/nvim/os/channel.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/nvim/os/channel.c b/src/nvim/os/channel.c index d393025ba5..9a692cf9fe 100644 --- a/src/nvim/os/channel.c +++ b/src/nvim/os/channel.c @@ -17,8 +17,6 @@ #include "nvim/map.h" #include "nvim/lib/kvec.h" -#include "nvim/lib/klist.h" - typedef struct { uint64_t id; PMap(cstr_t) *subscribed_events; -- cgit