diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-30 14:06:17 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-30 19:50:01 +0300 |
commit | c556ce737744b2e530ca6ca4b773569c712a0d86 (patch) | |
tree | 9bdcba7a0b8a029740f0e79a9ab351f5400ce482 /mod/mod-build-task.cxx | |
parent | dc8aa85f3d78fccf204530c8db6baf68229edf5e (diff) |
Adapt to moving path match to path-pattern.?xx
Diffstat (limited to 'mod/mod-build-task.cxx')
-rw-r--r-- | mod/mod-build-task.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-build-task.cxx b/mod/mod-build-task.cxx index 7edc14a..81e9a6a 100644 --- a/mod/mod-build-task.cxx +++ b/mod/mod-build-task.cxx @@ -15,8 +15,8 @@ #include <libbutl/utility.mxx> // compare_c_string #include <libbutl/openssl.mxx> #include <libbutl/fdstream.mxx> // nullfd -#include <libbutl/filesystem.mxx> // path_match() #include <libbutl/process-io.mxx> +#include <libbutl/path-pattern.mxx> #include <libbutl/manifest-parser.mxx> #include <libbutl/manifest-serializer.mxx> |