From 0f9816d67bc67a396607291f845ca2a33c2285a7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Dec 2022 17:55:02 -0500 Subject: Use ZixAllocator directly --- include/serd/nodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/serd/nodes.h') diff --git a/include/serd/nodes.h b/include/serd/nodes.h index c23fe024..d466c326 100644 --- a/include/serd/nodes.h +++ b/include/serd/nodes.h @@ -5,8 +5,8 @@ #define SERD_NODES_H #include "serd/attributes.h" -#include "serd/memory.h" #include "serd/node.h" +#include "zix/allocator.h" #include "zix/attributes.h" #include @@ -24,7 +24,7 @@ typedef struct SerdNodesImpl SerdNodes; /// Create a new node set SERD_API SerdNodes* ZIX_ALLOCATED -serd_nodes_new(SerdAllocator* ZIX_NULLABLE allocator); +serd_nodes_new(ZixAllocator* ZIX_NULLABLE allocator); /** Free `nodes` and all nodes that are stored in it. -- cgit v1.2.1