add assert header to jh.h
[libjh.git] / io.c
diff --git a/io.c b/io.c
index ef1f912..1ef3d3d 100644 (file)
--- a/io.c
+++ b/io.c
@@ -8,7 +8,6 @@ HEADER #include <stdbool.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <string.h>
-#include <assert.h>
 #include <sys/mman.h>
 
 // Wrapper for `read` that retries on partial reads.
@@ -214,4 +213,4 @@ err_dup_out:
   fclose(*in);
 err_out:
   return EAI_SYSTEM;
-}
\ No newline at end of file
+}