aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.txx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-17 23:00:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-21 11:39:30 +0300
commit2383d8e0a38e2c07cf0418436d1476c3f9b6ab97 (patch)
tree1897bde475b729fd16eb3ef11ad641900fed069b /bpkg/utility.txx
parent314a2ce11e16763a6a60726e724890dca772716c (diff)
Detect and complain about dependency cycle in pkg-build
Diffstat (limited to 'bpkg/utility.txx')
-rw-r--r--bpkg/utility.txx4
1 files changed, 1 insertions, 3 deletions
diff --git a/bpkg/utility.txx b/bpkg/utility.txx
index 71701bc..0e71e13 100644
--- a/bpkg/utility.txx
+++ b/bpkg/utility.txx
@@ -2,8 +2,6 @@
// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <libbutl/small-vector.mxx>
-
#include <bpkg/diagnostics.hxx>
namespace bpkg
@@ -29,7 +27,7 @@ namespace bpkg
//
process_path pp (process::path_search (b, exec_dir));
- butl::small_vector<const char*, 1> ops;
+ small_vector<const char*, 1> ops;
// Map verbosity level. If we are running quiet or at level 1,
// then run build2 quiet. Otherwise, run it at the same level