summaryrefslogtreecommitdiffstats
path: root/benchmark/tree_bench.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-10-20 21:34:22 -0400
committerDavid Robillard <d@drobilla.net>2022-10-21 12:45:39 -0400
commit2ff624eae24742faf17889f858dbdaa6d4a064ea (patch)
tree63fff58c10051292e82bb0b031f41d8769e56629 /benchmark/tree_bench.c
parentd072adfbe40e15715e2065f1900f8d5a76491c5f (diff)
downloadzix-2ff624eae24742faf17889f858dbdaa6d4a064ea.tar.gz
zix-2ff624eae24742faf17889f858dbdaa6d4a064ea.tar.bz2
zix-2ff624eae24742faf17889f858dbdaa6d4a064ea.zip
Split up common header
Diffstat (limited to 'benchmark/tree_bench.c')
-rw-r--r--benchmark/tree_bench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/tree_bench.c b/benchmark/tree_bench.c
index 1fca1a3..7754857 100644
--- a/benchmark/tree_bench.c
+++ b/benchmark/tree_bench.c
@@ -8,7 +8,7 @@
#include "zix/attributes.h"
#include "zix/btree.h"
-#include "zix/common.h"
+#include "zix/status.h"
#include "zix/tree.h"
ZIX_DISABLE_GLIB_WARNINGS