Fri, 27 May 2022 12:59:41 +0200
remove unused header
--- a/src/hash_map.c Fri May 27 12:59:32 2022 +0200 +++ b/src/hash_map.c Fri May 27 12:59:41 2022 +0200 @@ -26,7 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <errno.h> #include <string.h> #include "cx/hash_map.h" #include "cx/utils.h"