diff options
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stdint.h> struct SerdWorldImpl { - SerdAllocator* allocator; + ZixAllocator* allocator; SerdLog log; SerdLimits limits; SerdNodes* nodes; |