aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-08-16 18:54:15 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-08-18 10:52:23 +0300
commitcd315fecaf4c7473950c1610e06417634b416954 (patch)
treefdc821b4e55c3af9b87fd678a8c550089e52ef80 /bpkg/types.hxx
parentc7d9b6020f41ef64d9315ec0bf3e2b4a1c59f67b (diff)
Optimize rep-fetch for dir and git repos quering projects info in single call
Diffstat (limited to 'bpkg/types.hxx')
-rw-r--r--bpkg/types.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/types.hxx b/bpkg/types.hxx
index 1c6e89b..8e00666 100644
--- a/bpkg/types.hxx
+++ b/bpkg/types.hxx
@@ -95,8 +95,8 @@ namespace bpkg
using butl::path_cast;
- using paths = std::vector<path>;
- using dir_paths = std::vector<dir_path>;
+ using paths = vector<path>;
+ using dir_paths = vector<dir_path>;
// <libbutl/url.mxx>
//