X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flzx_common.c;h=3cc6981b186926ebef22bd63633153a6eb80a217;hp=0993f60756d869dccad03a17ed54714f77a32056;hb=f18b7fc3361c4daac0ddd104af65a8eff8466fec;hpb=4bdcbacffa3e83e344cd53d9d56974dc64dd1eed diff --git a/src/lzx_common.c b/src/lzx_common.c index 0993f607..3cc6981b 100644 --- a/src/lzx_common.c +++ b/src/lzx_common.c @@ -25,12 +25,6 @@ #include -#include "wimlib/bitops.h" -#include "wimlib/endianness.h" -#include "wimlib/lzx_common.h" -#include "wimlib/unaligned.h" -#include "wimlib/util.h" - #ifdef __SSE2__ # include #endif @@ -39,6 +33,12 @@ # include #endif +#include "wimlib/bitops.h" +#include "wimlib/endianness.h" +#include "wimlib/lzx_common.h" +#include "wimlib/unaligned.h" +#include "wimlib/util.h" + /* Mapping: offset slot => first match offset that uses that offset slot. */ const u32 lzx_offset_slot_base[LZX_MAX_OFFSET_SLOTS + 1] = {