]> wimlib.net Git - wimlib/blobdiff - src/lzx_compress.c
Adjust naming of (de)compression files
[wimlib] / src / lzx_compress.c
similarity index 99%
rename from src/lzx-compress.c
rename to src/lzx_compress.c
index 201a1cfb52c3984322a4266bbf627c8e0f177e29..6032f1e26f55621bc40a2c622efd6875d6106145 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * lzx-compress.c
+ * lzx_compress.c
  *
- * A compressor that produces output compatible with the LZX compression format.
+ * A compressor for the LZX compression format, as used in WIM files.
  */
 
 /*
@@ -71,7 +71,7 @@
 #include "wimlib/error.h"
 #include "wimlib/lz_mf.h"
 #include "wimlib/lz_repsearch.h"
-#include "wimlib/lzx.h"
+#include "wimlib/lzx_common.h"
 #include "wimlib/util.h"
 
 #include <string.h>