]> wimlib.net Git - wimlib/blobdiff - src/lzx-decompress.c
ntfs-3g_capture.c: Remove a never-executed statement
[wimlib] / src / lzx-decompress.c
index 10c3711506392b47c67e32b8af7147b0428276c9..16b46cb253a264fc8b32b20a744e01176401acee 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"
 
@@ -794,9 +794,7 @@ lzx_free_decompressor(void *_ctx)
 }
 
 static int
-lzx_create_decompressor(size_t max_window_size,
-                       const struct wimlib_decompressor_params_header *params,
-                       void **ctx_ret)
+lzx_create_decompressor(size_t max_window_size, void **ctx_ret)
 {
        struct lzx_decompressor *ctx;