]> wimlib.net Git - wimlib/blobdiff - src/sha1.c
Refactor headers
[wimlib] / src / sha1.c
index f09008d1f4a647dce61753ea8334a4a45be028ea..f989005a2ffcb7b17c7a294cefc4e30d46ad3fca 100644 (file)
  * along with wimlib; if not, see http://www.gnu.org/licenses/.
  */
 
-#include "util.h"
-#include "wimlib.h"
-#include "sha1.h"
-#include "endianness.h"
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
+#include "wimlib/sha1.h"
+
 #include <string.h>
 
 /* The SHA1 support in wimlib can use an external libcrypto (part of openssl) or