X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcapture_common.c;h=f5866b493ed77fe396680e8750e52d80f7b0bcbe;hb=d9675dd5814394373d9871c6e9b7b35325b3d21d;hp=66f6411fdaa1fadc4189b8d02fcd8d0c16fdc62f;hpb=f37f269be1b81cdd00018db0486e377240093e75;p=wimlib diff --git a/src/capture_common.c b/src/capture_common.c index 66f6411f..f5866b49 100644 --- a/src/capture_common.c +++ b/src/capture_common.c @@ -31,15 +31,10 @@ #include "wimlib/error.h" #include "wimlib/lookup_table.h" #include "wimlib/paths.h" +#include "wimlib/wildcard.h" -#ifdef __WIN32__ -# include "wimlib/win32.h" /* for fnmatch() equivalent */ -#else -# include -#endif #include - static int canonicalize_pattern(const tchar *pat, tchar **canonical_pat_ret) {