summaryrefslogtreecommitdiffstats
path: root/zix/digest.h
diff options
context:
space:
mode:
Diffstat (limited to 'zix/digest.h')
-rw-r--r--zix/digest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zix/digest.h b/zix/digest.h
index 8c96492..264c918 100644
--- a/zix/digest.h
+++ b/zix/digest.h
@@ -17,11 +17,11 @@
#ifndef ZIX_DIGEST_H
#define ZIX_DIGEST_H
+#include "zix/common.h"
+
#include <stddef.h>
#include <stdint.h>
-#include "zix/common.h"
-
#ifdef __cplusplus
extern "C" {
#endif