]> wimlib.net Git - wimlib/blobdiff - src/lzx_decompress.c
header cleanups
[wimlib] / src / lzx_decompress.c
index 67fbea940f0f5ca3b00d5b921445d1048a1a6772..dba27665eb278b1361a60f56998fb41ead8a1d45 100644 (file)
 #  include "config.h"
 #endif
 
+#include <string.h>
+
 #include "wimlib/decompressor_ops.h"
 #include "wimlib/decompress_common.h"
 #include "wimlib/error.h"
 #include "wimlib/lzx_common.h"
 #include "wimlib/util.h"
 
-#include <string.h>
-
 /* These values are chosen for fast decompression.  */
 #define LZX_MAINCODE_TABLEBITS         11
 #define LZX_LENCODE_TABLEBITS          10