]> wimlib.net Git - wimlib/blobdiff - src/capture_common.c
header cleanups
[wimlib] / src / capture_common.c
index df45f08f99278a53d1921167e5926067bda15918..cbc1aa49a85230f9accaccbd40014f50da7819c2 100644 (file)
@@ -23,6 +23,8 @@
 #  include "config.h"
 #endif
 
+#include <string.h>
+
 #include "wimlib/capture.h"
 #include "wimlib/dentry.h"
 #include "wimlib/error.h"
@@ -32,8 +34,6 @@
 #include "wimlib/textfile.h"
 #include "wimlib/wildcard.h"
 
-#include <string.h>
-
 /*
  * Tally a file (or directory) that has been scanned for a capture operation,
  * and possibly call the progress function provided by the library user.