X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flzms_compress.c;h=411d667ffefdfb95ee6271725a2ddb92a0227c29;hp=ded8c0bb6cf231fa51e69547944d4a3a4a4f742a;hb=f18b7fc3361c4daac0ddd104af65a8eff8466fec;hpb=4bdcbacffa3e83e344cd53d9d56974dc64dd1eed diff --git a/src/lzms_compress.c b/src/lzms_compress.c index ded8c0bb..411d667f 100644 --- a/src/lzms_compress.c +++ b/src/lzms_compress.c @@ -25,6 +25,10 @@ # include "config.h" #endif +#include +#include +#include + #include "wimlib/compress_common.h" #include "wimlib/compressor_ops.h" #include "wimlib/endianness.h" @@ -35,10 +39,6 @@ #include "wimlib/unaligned.h" #include "wimlib/util.h" -#include -#include -#include - /* Stucture used for writing raw bits as a series of 16-bit little endian coding * units. This starts at the *end* of the compressed data buffer and proceeds * backwards. */