]> wimlib.net Git - wimlib/blobdiff - include/wimlib/sha1.h
header cleanups
[wimlib] / include / wimlib / sha1.h
index 9c34c898381f0b6c2d0a20763b2f1ac9337e6c8c..05650e06d4a5bca0f541bf2b6b11485cf7bed293 100644 (file)
@@ -8,11 +8,11 @@
 #ifndef _WIMLIB_SHA1_H
 #define _WIMLIB_SHA1_H
 
+#include <string.h>
+
 #include "wimlib/types.h"
 #include "wimlib/util.h"
 
-#include <string.h>
-
 #define SHA1_HASH_SIZE 20
 
 extern const u8 zero_hash[SHA1_HASH_SIZE];