diff options
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r-- | libbuild2/target.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index d01e8b7..d4ad780 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -1472,9 +1472,7 @@ namespace build2 } include_type - include (action, const target&, - const prerequisite_member&, - lookup* = nullptr); + include (action, const target&, const prerequisite_member&, lookup* = nullptr); // A "range" that presents a sequence of prerequisites (e.g., from // group_prerequisites()) as a sequence of prerequisite_member's. For each |