fix
[libjh.git] / netconn.c
index f4c78d6..329b837 100644 (file)
--- a/netconn.c
+++ b/netconn.c
@@ -6,8 +6,6 @@
 #include <assert.h>
 #include <ev.h>
 
 #include <assert.h>
 #include <ev.h>
 
-#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) {
 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) {