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 --- zix/chunk.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'zix/chunk.c') diff --git a/zix/chunk.c b/zix/chunk.c index 4533b26..d1e7e6c 100644 --- a/zix/chunk.c +++ b/zix/chunk.c @@ -14,11 +14,12 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include - #include "zix/chunk.h" + #include "zix/digest.h" +#include + ZIX_API uint32_t zix_chunk_hash(const ZixChunk* const chunk) { -- cgit v1.2.1