aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZyX <kp-pav@ya.ru>2014-06-01 02:03:54 +0400
committerThiago de Arruda <tpadilha84@gmail.com>2014-06-02 11:04:18 -0300
commitd906708a439687c7476083b883d29b8e99dd15e3 (patch)
treec42216e21cc9b3883bb40b3e4e33815c2b72a97d /src
parenta7e3c4f6f666a208d0e74f34058b755c6f1e64ea (diff)
downloadrneovim-d906708a439687c7476083b883d29b8e99dd15e3.tar.gz
rneovim-d906708a439687c7476083b883d29b8e99dd15e3.tar.bz2
rneovim-d906708a439687c7476083b883d29b8e99dd15e3.zip
Remove unneeded klist include in channel.c
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;