]> wimlib.net Git - wimlib/blobdiff - src/compress_common.c
Remove unnecessary argument to hlist iteration macros
[wimlib] / src / compress_common.c
index 7ca7f5bba312831b9d342af875acaf2c19f144a0..e2ad298e3f33d8ec88536df26c3c9e52d48a0428 100644 (file)
 #  include "config.h"
 #endif
 
-#include "wimlib/assert.h"
+#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