]> wimlib.net Git - wimlib/blobdiff - src/lzx_common.c
Adjust naming of (de)compression files
[wimlib] / src / lzx_common.c
similarity index 99%
rename from src/lzx-common.c
rename to src/lzx_common.c
index b40f43d746dedccdb60a24e47bffcc219063e78f..76c73baea447aaae7d4bcfeb87c12cfe79ca7bd5 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "wimlib/bitops.h"
 #include "wimlib/endianness.h"
-#include "wimlib/lzx.h"
+#include "wimlib/lzx_common.h"
 #include "wimlib/unaligned.h"
 #include "wimlib/util.h"