]> wimlib.net Git - wimlib/blobdiff - src/lzms_compress.c
Adjust naming of (de)compression files
[wimlib] / src / lzms_compress.c
similarity index 99%
rename from src/lzms-compress.c
rename to src/lzms_compress.c
index 5f5e37412db828a0c1a96d667b9e854e4b5a0959..8ba9bcbc1cfa9bd9ef97e1381d25eaad4dc8c47f 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * lzms-compress.c
+ * lzms_compress.c
  *
- * A compressor that produces output compatible with the LZMS compression format.
+ * A compressor for the LZMS compression format.
  */
 
 /*
@@ -31,7 +31,7 @@
 #include "wimlib/error.h"
 #include "wimlib/lz_mf.h"
 #include "wimlib/lz_repsearch.h"
-#include "wimlib/lzms.h"
+#include "wimlib/lzms_common.h"
 #include "wimlib/unaligned.h"
 #include "wimlib/util.h"