aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/cc/types.hxx')
-rw-r--r--libbuild2/cc/types.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbuild2/cc/types.hxx b/libbuild2/cc/types.hxx
index 70a6340..1297b7b 100644
--- a/libbuild2/cc/types.hxx
+++ b/libbuild2/cc/types.hxx
@@ -4,7 +4,6 @@
#ifndef LIBBUILD2_CC_TYPES_HXX
#define LIBBUILD2_CC_TYPES_HXX
-#include <map>
#include <unordered_map>
#include <libbuild2/types.hxx>
@@ -149,7 +148,7 @@ namespace build2
// The key is either an absolute and normalized header path or a reference
// to an importable_headers group (e.g., <vector>, std).
//
- using translatable_headers = std::map<string, optional<bool>>;
+ using translatable_headers = map<string, optional<bool>>;
// Special translatable header groups.
//