diff options
author | David Robillard <d@drobilla.net> | 2019-01-06 17:04:21 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-01-06 17:04:21 +0100 |
commit | 5807e4a873730fdb245b3c39913fc6acb3779f8a (patch) | |
tree | 0dd771ec001522848c37709a15af8692f9713208 /test/tree_test.c | |
parent | ef51139dfb60850c9ee4f6d9ea4ea7bfbc4aa15a (diff) | |
download | zix-5807e4a873730fdb245b3c39913fc6acb3779f8a.tar.gz zix-5807e4a873730fdb245b3c39913fc6acb3779f8a.tar.bz2 zix-5807e4a873730fdb245b3c39913fc6acb3779f8a.zip |
Clean up includes
Diffstat (limited to 'test/tree_test.c')
-rw-r--r-- | test/tree_test.c | 8 |
1 files changed, 5 insertions, 3 deletions
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 <limits.h> +#include "zix/tree.h" + +#include "zix/common.h" + +#include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> @@ -26,8 +30,6 @@ # include <inttypes.h> #endif -#include "zix/zix.h" - static unsigned seed = 1; static int |