diff options
-rw-r--r-- | bpkg/types.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bpkg/types.hxx b/bpkg/types.hxx index 6065dd8..d8ffa79 100644 --- a/bpkg/types.hxx +++ b/bpkg/types.hxx @@ -90,15 +90,15 @@ namespace bpkg using butl::basic_path; using butl::invalid_path; - // <libbutl/uuid.mxx> - // - using butl::uuid; - using butl::path_cast; using paths = vector<path>; using dir_paths = vector<dir_path>; + // <libbutl/uuid.mxx> + // + using butl::uuid; + // <libbutl/url.mxx> // using butl::url; |