]> wimlib.net Git - wimlib/blobdiff - src/compress.c
header cleanups
[wimlib] / src / compress.c
index 1976579289dd416d76344cf7e0fc99c9e939a4e3..47026e368d0b256afd1829fdbdc01a49e99be5b9 100644 (file)
 #  include "config.h"
 #endif
 
+#include <stdlib.h>
+#include <string.h>
+
 #include "wimlib.h"
 #include "wimlib/error.h"
 #include "wimlib/compressor_ops.h"
 #include "wimlib/util.h"
 
-#include <stdlib.h>
-#include <string.h>
-
 struct wimlib_compressor {
        const struct compressor_ops *ops;
        void *private;