X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fcapture_common.c;h=cbc1aa49a85230f9accaccbd40014f50da7819c2;hp=df45f08f99278a53d1921167e5926067bda15918;hb=f18b7fc3361c4daac0ddd104af65a8eff8466fec;hpb=79d279cf4581fc0295576e33a28faf65686bee2c diff --git a/src/capture_common.c b/src/capture_common.c index df45f08f..cbc1aa49 100644 --- a/src/capture_common.c +++ b/src/capture_common.c @@ -23,6 +23,8 @@ # include "config.h" #endif +#include + #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 - /* * Tally a file (or directory) that has been scanned for a capture operation, * and possibly call the progress function provided by the library user.