X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flzx_compress.c;h=453f97d4f8351054e43010739b5fe601e684bc64;hp=6e1deca816c791d5caa653d70422efcacb0bf840;hb=605df71262af15c229fa3b5f0f6f7611abc011d1;hpb=f2aeb875aa7e73a486c6b4f8bdf4952e49ec8b8e diff --git a/src/lzx_compress.c b/src/lzx_compress.c index 6e1deca8..453f97d4 100644 --- a/src/lzx_compress.c +++ b/src/lzx_compress.c @@ -182,7 +182,6 @@ #include "wimlib/compress_common.h" #include "wimlib/compressor_ops.h" #include "wimlib/error.h" -#include "wimlib/lz_extend.h" #include "wimlib/lzx_common.h" #include "wimlib/unaligned.h" #include "wimlib/util.h"