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-builds.cxx | |
parent | dc8aa85f3d78fccf204530c8db6baf68229edf5e (diff) |
Adapt to moving path match to path-pattern.?xx
Diffstat (limited to 'mod/mod-builds.cxx')
-rw-r--r-- | mod/mod-builds.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mod/mod-builds.cxx b/mod/mod-builds.cxx index ec469a4..e749461 100644 --- a/mod/mod-builds.cxx +++ b/mod/mod-builds.cxx @@ -12,9 +12,8 @@ #include <odb/database.hxx> #include <odb/transaction.hxx> -#include <libbutl/timestamp.mxx> // to_string() -#include <libbutl/filesystem.mxx> // path_match(), path_pattern(), literal(), - // path_pattern_iterator +#include <libbutl/timestamp.mxx> // to_string() +#include <libbutl/path-pattern.mxx> #include <libbbot/manifest.hxx> // to_result_status(), to_string(result_status) |