# HG changeset patch # User Mike Becker # Date 1653649181 -7200 # Node ID 2aae1246b5786616c2c4255542b2263cd6273cbf # Parent 3d19cae7e9249c044c5c8c24b90f0ef7bb06cec2 remove unused header diff -r 3d19cae7e924 -r 2aae1246b578 src/hash_map.c --- 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 #include #include "cx/hash_map.h" #include "cx/utils.h"