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
     1.1 --- a/src/hash_map.c	Fri May 27 12:59:32 2022 +0200
     1.2 +++ b/src/hash_map.c	Fri May 27 12:59:41 2022 +0200
     1.3 @@ -26,7 +26,6 @@
     1.4   * POSSIBILITY OF SUCH DAMAGE.
     1.5   */
     1.6  
     1.7 -#include <errno.h>
     1.8  #include <string.h>
     1.9  #include "cx/hash_map.h"
    1.10  #include "cx/utils.h"

mercurial