aboutsummaryrefslogtreecommitdiff
path: root/build2/target-key
diff options
context:
space:
mode:
Diffstat (limited to 'build2/target-key')
-rw-r--r--build2/target-key7
1 files changed, 2 insertions, 5 deletions
diff --git a/build2/target-key b/build2/target-key
index 1c8037c..bf88007 100644
--- a/build2/target-key
+++ b/build2/target-key
@@ -6,9 +6,6 @@
#define BUILD2_TARGET_KEY
#include <map>
-#include <string>
-#include <ostream>
-#include <functional> // reference_wrapper
#include <butl/utility> // compare_c_string
@@ -26,8 +23,8 @@ namespace build2
public:
const target_type* const type;
const dir_path* const dir;
- const std::string* const name;
- const std::string* const& ext;
+ const string* const name;
+ const string* const& ext;
friend bool
operator< (const target_key& x, const target_key& y)