X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fcompress.c;h=47026e368d0b256afd1829fdbdc01a49e99be5b9;hb=2fd8ff1904371cf9bfbab7105287cc221379552b;hp=1976579289dd416d76344cf7e0fc99c9e939a4e3;hpb=7251c7d0afac3b738dda1c4f45e6d3d3090f2622;p=wimlib 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;