fix compilation
[libjh.git] / bufchain.c
index 55a1fed..422e51a 100644 (file)
@@ -2,12 +2,8 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <stdlib.h>
-#include <assert.h>
-#include <ev.h>
 #include <unistd.h>
 
-#include "bufio.h"
-
 int bufio_chain_append(bufio_chain *bc, void *buf, size_t len) {
   bufio_chain_entry *e = calloc(1, sizeof(*e));
   if (e != NULL) return -1;