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 /zix/digest.h | |
parent | ef51139dfb60850c9ee4f6d9ea4ea7bfbc4aa15a (diff) | |
download | zix-5807e4a873730fdb245b3c39913fc6acb3779f8a.tar.gz zix-5807e4a873730fdb245b3c39913fc6acb3779f8a.tar.bz2 zix-5807e4a873730fdb245b3c39913fc6acb3779f8a.zip |
Clean up includes
Diffstat (limited to 'zix/digest.h')
-rw-r--r-- | zix/digest.h | 4 |
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 |