From 8d6de7dac62b0cef196cc1aaf5451a7ccf4d93fe Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 13 Aug 2020 17:25:49 +0200 Subject: Clean up includes and forward declarations --- zix/zix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zix/zix.h') diff --git a/zix/zix.h b/zix/zix.h index 659bb1b..01d7ea6 100644 --- a/zix/zix.h +++ b/zix/zix.h @@ -23,10 +23,10 @@ @{ */ +#include "zix/btree.h" #include "zix/common.h" #include "zix/sorted_array.h" #include "zix/tree.h" -#include "zix/btree.h" /** @} -- cgit v1.2.1