add assert header to jh.h
[libjh.git] / hex.c
diff --git a/hex.c b/hex.c
index bdd37ab..3d9d07e 100644 (file)
--- a/hex.c
+++ b/hex.c
@@ -1,7 +1,6 @@
 // Copyright (2013) Jann Horn <jann@thejh.net>
 
 HEADER #include <sys/types.h>
-#include <assert.h>
 #include <string.h>
 
 static inline char hexchar(unsigned char c) {