aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cli/rule.cxx')
-rw-r--r--build2/cli/rule.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/build2/cli/rule.cxx b/build2/cli/rule.cxx
index 5cf9390..edd8bc8 100644
--- a/build2/cli/rule.cxx
+++ b/build2/cli/rule.cxx
@@ -6,7 +6,6 @@
#include <butl/process>
-#include <build2/types>
#include <build2/scope>
#include <build2/target>
#include <build2/context>
@@ -48,7 +47,7 @@ namespace build2
}
match_result compile::
- match (action a, target& xt, const std::string&) const
+ match (action a, target& xt, const string&) const
{
tracer trace ("cli::compile::match");