remove unused header

Fri, 27 May 2022 12:59:41 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 27 May 2022 12:59:41 +0200
changeset 557
2aae1246b578
parent 556
3d19cae7e924
child 558
9b767b07602c

remove unused header

src/hash_map.c file | annotate | diff | comparison | revisions
--- 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"

mercurial