From 67d799852492743a93a464002395ccb624514fb8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 30 Jan 2021 11:25:42 +0200 Subject: Add std::{map, multimap} to types.hxx Seeing that std::map is becoming a common Buildfile variable type. --- libbuild2/rule-map.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libbuild2/rule-map.hxx') diff --git a/libbuild2/rule-map.hxx b/libbuild2/rule-map.hxx index df59548..8014d02 100644 --- a/libbuild2/rule-map.hxx +++ b/libbuild2/rule-map.hxx @@ -4,8 +4,6 @@ #ifndef LIBBUILD2_RULE_MAP_HXX #define LIBBUILD2_RULE_MAP_HXX -#include - #include #include @@ -19,7 +17,7 @@ namespace build2 using hint_rule_map = butl::prefix_map, '.'>; - using target_type_rule_map = std::map; + using target_type_rule_map = map; // This is an "indexed map" with operation_id being the index. Entry // with id 0 is a wildcard. -- cgit v1.1