X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flookup_table.c;fp=src%2Flookup_table.c;h=65f52b55eff901bdc74ec9001c213118eea8ab41;hp=3d2abf60539380b9ab3656cdfb72cff13f7d2777;hb=f18b7fc3361c4daac0ddd104af65a8eff8466fec;hpb=4bdcbacffa3e83e344cd53d9d56974dc64dd1eed diff --git a/src/lookup_table.c b/src/lookup_table.c index 3d2abf60..65f52b55 100644 --- a/src/lookup_table.c +++ b/src/lookup_table.c @@ -26,6 +26,10 @@ # include "config.h" #endif +#include +#include +#include /* for unlink() */ + #include "wimlib/assert.h" #include "wimlib/endianness.h" #include "wimlib/error.h" @@ -37,10 +41,6 @@ #include "wimlib/util.h" #include "wimlib/write.h" -#include -#include -#include /* for unlink() */ - /* WIM lookup table: * * This is a logical mapping from SHA1 message digests to the data streams