Remove unneeded klist include in channel.c

This commit is contained in:
ZyX
2014-06-01 02:03:54 +04:00
committed by Thiago de Arruda
parent a7e3c4f6f6
commit d906708a43

View File

@@ -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;