aboutsummaryrefslogtreecommitdiff
path: root/build2/scope.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/scope.hxx')
-rw-r--r--build2/scope.hxx4
1 files changed, 1 insertions, 3 deletions
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 <map>
#include <unordered_set>
-#include <libbutl/path-map.mxx>
-
#include <build2/types.hxx>
#include <build2/utility.hxx>
@@ -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<scope>;
+ using scope_map_base = dir_path_map<scope>;
class scope_map: public scope_map_base
{