X-Git-Url: http://git.thejh.net/?p=libjh.git;a=blobdiff_plain;f=netconn.c;h=3ecb5cb02894624a6143deac0598e9915700fb59;hp=f4c78d65d1da1bfa6ec0276272a444edf990a35b;hb=0fa47e6453747e3ef4ab707a5bcb34980a465a75;hpb=6d9303c441fe1d8b473d24f40421d70058e2d2e5 diff --git a/netconn.c b/netconn.c index f4c78d6..3ecb5cb 100644 --- a/netconn.c +++ b/netconn.c @@ -3,10 +3,6 @@ #include #include #include -#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;