aboutsummaryrefslogtreecommitdiffstats
path: root/src/model.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-19 17:55:02 -0500
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:08 -0500
commit0f9816d67bc67a396607291f845ca2a33c2285a7 (patch)
treeb31fd1b344305dc984a2109084fa183573a0ae43 /src/model.h
parent258ea2ff59bbd2127ea446cf4b9676ad3d7fe53d (diff)
downloadserd-0f9816d67bc67a396607291f845ca2a33c2285a7.tar.gz
serd-0f9816d67bc67a396607291f845ca2a33c2285a7.tar.bz2
serd-0f9816d67bc67a396607291f845ca2a33c2285a7.zip
Use ZixAllocator directly
Diffstat (limited to 'src/model.h')
-rw-r--r--src/model.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model.h b/src/model.h
index a67ba087..f0a54aaa 100644
--- a/src/model.h
+++ b/src/model.h
@@ -7,16 +7,16 @@
#include "cursor.h"
#include "serd/cursor.h"
-#include "serd/memory.h"
#include "serd/model.h"
#include "serd/nodes.h"
#include "serd/world.h"
+#include "zix/allocator.h"
#include "zix/btree.h"
#include <stddef.h>
struct SerdModelImpl {
- SerdAllocator* allocator; ///< Allocator for everything in this model
+ ZixAllocator* allocator; ///< Allocator for everything in this model
SerdWorld* world; ///< World this model is a part of
SerdNodes* nodes; ///< Interned nodes in this model
ZixBTree* indices[12]; ///< Trees of SerdStatement pointers