diff options
author | David Robillard <d@drobilla.net> | 2022-10-20 21:34:22 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-10-21 12:45:39 -0400 |
commit | 2ff624eae24742faf17889f858dbdaa6d4a064ea (patch) | |
tree | 63fff58c10051292e82bb0b031f41d8769e56629 /benchmark | |
parent | d072adfbe40e15715e2065f1900f8d5a76491c5f (diff) | |
download | zix-2ff624eae24742faf17889f858dbdaa6d4a064ea.tar.gz zix-2ff624eae24742faf17889f858dbdaa6d4a064ea.tar.bz2 zix-2ff624eae24742faf17889f858dbdaa6d4a064ea.zip |
Split up common header
Diffstat (limited to 'benchmark')
-rw-r--r-- | benchmark/dict_bench.c | 2 | ||||
-rw-r--r-- | benchmark/tree_bench.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/dict_bench.c b/benchmark/dict_bench.c index 640e50e..85a4755 100644 --- a/benchmark/dict_bench.c +++ b/benchmark/dict_bench.c @@ -5,9 +5,9 @@ #include "warnings.h" #include "zix/attributes.h" -#include "zix/common.h" #include "zix/digest.h" #include "zix/hash.h" +#include "zix/status.h" ZIX_DISABLE_GLIB_WARNINGS #include <glib.h> 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 |