diff -r 7fc3bea76481 -r ef2f47fc5f0c src/json.c --- 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