diff options
Diffstat (limited to 'src/liblzma/lz/lz_encoder_mf.c')
-rw-r--r-- | src/liblzma/lz/lz_encoder_mf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liblzma/lz/lz_encoder_mf.c b/src/liblzma/lz/lz_encoder_mf.c index e48de4fe..b31b0857 100644 --- a/src/liblzma/lz/lz_encoder_mf.c +++ b/src/liblzma/lz/lz_encoder_mf.c @@ -13,7 +13,6 @@ #include "lz_encoder.h" #include "lz_encoder_hash.h" -#include "check.h" /// \brief Find matches starting from the current byte |