]> wimlib.net Git - wimlib/blobdiff - src/lzx-decompress.c
lzx-compress.c: Rename lzx_record_ctx.matches
[wimlib] / src / lzx-decompress.c
index 10c3711506392b47c67e32b8af7147b0428276c9..c98b84c038ed55a09c2e43c4be971422cb6ffcb8 100644 (file)
 #  include "config.h"
 #endif
 
-#include "wimlib.h"
 #include "wimlib/decompressor_ops.h"
 #include "wimlib/decompress_common.h"
+#include "wimlib/error.h"
 #include "wimlib/lzx.h"
 #include "wimlib/util.h"