diff options
Diffstat (limited to 'bpkg/utility.txx')
-rw-r--r-- | bpkg/utility.txx | 4 |
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 |