diff options
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r-- | libbuild2/target.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index 6d320d4..4bd11fe 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -16,6 +16,7 @@ #include <libbuild2/scope.hxx> #include <libbuild2/action.hxx> +#include <libbuild2/context.hxx> #include <libbuild2/variable.hxx> #include <libbuild2/target-key.hxx> #include <libbuild2/target-type.hxx> @@ -27,13 +28,8 @@ namespace build2 { class rule; - class scope; class target; - // From <libbuild2/context.hxx>. - // - LIBBUILD2_SYMEXPORT extern size_t current_on; - // From <libbuild2/algorithm.hxx>. // LIBBUILD2_SYMEXPORT const target& |