From a14b9bc18431c6aed8441261d28b6ff20bd25935 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Apr 2019 14:44:32 +0200 Subject: Initial take on header unit and include translation support --- build2/scope.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build2/scope.hxx') diff --git a/build2/scope.hxx b/build2/scope.hxx index cfb3d24..84e7ffb 100644 --- a/build2/scope.hxx +++ b/build2/scope.hxx @@ -8,8 +8,6 @@ #include #include -#include - #include #include @@ -389,7 +387,7 @@ namespace build2 // Protected by the phase mutex. Note that the scope map is only for paths // from the out tree. // - using scope_map_base = butl::dir_path_map; + using scope_map_base = dir_path_map; class scope_map: public scope_map_base { -- cgit v1.1