From 2ff624eae24742faf17889f858dbdaa6d4a064ea Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Oct 2022 21:34:22 -0400 Subject: Split up common header --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 31f9fc0..8e515f3 100644 --- a/meson.build +++ b/meson.build @@ -97,11 +97,12 @@ c_headers = files( 'include/zix/bitset.h', 'include/zix/btree.h', 'include/zix/bump_allocator.h', - 'include/zix/common.h', 'include/zix/digest.h', + 'include/zix/function_types.h', 'include/zix/hash.h', 'include/zix/ring.h', 'include/zix/sem.h', + 'include/zix/status.h', 'include/zix/thread.h', 'include/zix/tree.h', ) -- cgit v1.2.1