add mkdir_maybe
[libjh.git] / bufchain.c
index 55a1fed..1359f6d 100644 (file)
@@ -6,8 +6,6 @@
 #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;