X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fsha1.c;h=f989005a2ffcb7b17c7a294cefc4e30d46ad3fca;hb=50407ddd59aa2d0906225a4526eaefbf6da8450f;hp=f09008d1f4a647dce61753ea8334a4a45be028ea;hpb=f3e97b29c4a8c564d54b0fd11cd43a9b4cd6a8ad;p=wimlib diff --git a/src/sha1.c b/src/sha1.c index f09008d1..f989005a 100644 --- a/src/sha1.c +++ b/src/sha1.c @@ -23,10 +23,12 @@ * 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 /* The SHA1 support in wimlib can use an external libcrypto (part of openssl) or