From 5807e4a873730fdb245b3c39913fc6acb3779f8a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Jan 2019 17:04:21 +0100 Subject: Clean up includes --- test/tree_test.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'test/tree_test.c') diff --git a/test/tree_test.c b/test/tree_test.c index 29fba58..a32a58f 100644 --- a/test/tree_test.c +++ b/test/tree_test.c @@ -14,7 +14,11 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include +#include "zix/tree.h" + +#include "zix/common.h" + +#include #include #include #include @@ -26,8 +30,6 @@ # include #endif -#include "zix/zix.h" - static unsigned seed = 1; static int -- cgit v1.2.1