add assert header to jh.h
[libjh.git] / bufchain.c
index 1359f6d..422e51a 100644 (file)
@@ -2,8 +2,6 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <stdlib.h>
-#include <assert.h>
-#include <ev.h>
 #include <unistd.h>
 
 int bufio_chain_append(bufio_chain *bc, void *buf, size_t len) {