X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fcompress.c;h=47026e368d0b256afd1829fdbdc01a49e99be5b9;hp=414fad0f1e7dece566a2938668d57d61041a4843;hb=f18b7fc3361c4daac0ddd104af65a8eff8466fec;hpb=3071e89c11d1be71cf45b694432e5908e0c4ded9 diff --git a/src/compress.c b/src/compress.c index 414fad0f..47026e36 100644 --- a/src/compress.c +++ b/src/compress.c @@ -26,15 +26,14 @@ # include "config.h" #endif +#include +#include + #include "wimlib.h" -#include "wimlib/assert.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;