From 2383d8e0a38e2c07cf0418436d1476c3f9b6ab97 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 17 May 2019 23:00:18 +0300 Subject: Detect and complain about dependency cycle in pkg-build --- bpkg/utility.txx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bpkg/utility.txx') 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 - #include namespace bpkg @@ -29,7 +27,7 @@ namespace bpkg // process_path pp (process::path_search (b, exec_dir)); - butl::small_vector ops; + small_vector ops; // Map verbosity level. If we are running quiet or at level 1, // then run build2 quiet. Otherwise, run it at the same level -- cgit v1.1