aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/os/channel.c2
1 files changed, 0 insertions, 2 deletions
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;