src/json.c

changeset 1591
ef2f47fc5f0c
parent 1586
7f1cadc3ebc1
child 1592
c1e17411004f
--- a/src/json.c	Sat Dec 13 16:31:55 2025 +0100
+++ b/src/json.c	Sat Dec 13 16:41:10 2025 +0100
@@ -452,8 +452,6 @@
     return ret;
 }
 
-#include "cx/hash_map.h"
-
 static CxJsonObject json_create_object_map(const CxAllocator *allocator) {
     CxMap *map = cxKvListCreateAsMap(allocator, NULL, CX_STORE_POINTERS);
     if (map == NULL) return NULL; // LCOV_EXCL_LINE

mercurial