]> wimlib.net Git - wimlib/blobdiff - src/compress_common.c
header cleanups
[wimlib] / src / compress_common.c
index f74309583a994e263762691c84ea33ec64a0dd7d..e2ad298e3f33d8ec88536df26c3c9e52d48a0428 100644 (file)
 #  include "config.h"
 #endif
 
+#include <string.h>
+
 #include "wimlib/compress_common.h"
 #include "wimlib/util.h"
 
-#include <string.h>
-
 /* Given the binary tree node A[subtree_idx] whose children already
  * satisfy the maxheap property, swap the node with its greater child
  * until it is greater than both its children, so that the maxheap