X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fcompress.c;h=47026e368d0b256afd1829fdbdc01a49e99be5b9;hp=1976579289dd416d76344cf7e0fc99c9e939a4e3;hb=f18b7fc3361c4daac0ddd104af65a8eff8466fec;hpb=4bdcbacffa3e83e344cd53d9d56974dc64dd1eed diff --git a/src/compress.c b/src/compress.c index 19765792..47026e36 100644 --- a/src/compress.c +++ b/src/compress.c @@ -26,14 +26,14 @@ # include "config.h" #endif +#include +#include + #include "wimlib.h" #include "wimlib/error.h" #include "wimlib/compressor_ops.h" #include "wimlib/util.h" -#include -#include - struct wimlib_compressor { const struct compressor_ops *ops; void *private;