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/hash_test.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'test/hash_test.c') diff --git a/test/hash_test.c b/test/hash_test.c index 7da514b..a24ae9c 100644 --- a/test/hash_test.c +++ b/test/hash_test.c @@ -14,13 +14,17 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "test_malloc.h" + +#include "zix/common.h" +#include "zix/hash.h" + #include +#include +#include #include #include -#include "test_malloc.h" -#include "zix/hash.h" - static bool expect_failure = false; static const char* strings[] = { -- cgit v1.2.1