]> wimlib.net Git - wimlib/blobdiff - src/lzms_compress.c
matchfinder_common: sync with libdeflate
[wimlib] / src / lzms_compress.c
index 09999957278befa0018c86f670506fba0cdb3120..6843859b02ca240ec837105deff72ff3463ea009 100644 (file)
@@ -32,9 +32,8 @@
 #include "wimlib/compressor_ops.h"
 #include "wimlib/error.h"
 #include "wimlib/lcpit_matchfinder.h"
-#include "wimlib/lz_extend.h"
-#include "wimlib/lz_hash.h"
 #include "wimlib/lzms_common.h"
+#include "wimlib/matchfinder_common.h"
 #include "wimlib/unaligned.h"
 #include "wimlib/util.h"