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 --- src/world.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index 8033dcec..67dd7916 100644 --- a/src/world.h +++ b/src/world.h @@ -7,15 +7,15 @@ #include "log.h" #include "node.h" -#include "serd/memory.h" #include "serd/node.h" #include "serd/nodes.h" #include "serd/world.h" +#include "zix/allocator.h" #include struct SerdWorldImpl { - SerdAllocator* allocator; + ZixAllocator* allocator; SerdLog log; SerdLimits limits; SerdNodes* nodes; -- cgit v1.2.1