X-Git-Url: http://git.thejh.net/?p=libjh.git;a=blobdiff_plain;f=netconn.c;h=329b8378d524dab29fbe0cc8e4855cf10f01daf0;hp=f4c78d65d1da1bfa6ec0276272a444edf990a35b;hb=0acf1aaf8212ac44f4acaa2609a673bce77fbb41;hpb=6d9303c441fe1d8b473d24f40421d70058e2d2e5 diff --git a/netconn.c b/netconn.c index f4c78d6..329b837 100644 --- a/netconn.c +++ b/netconn.c @@ -6,8 +6,6 @@ #include #include -#include "bufio.h" - static void connection_waiting_cb(struct ev_loop *loop, ev_io *w, int revents) { bufio_connection *con = (bufio_connection *)w->data; if (revents & EV_READ) {