diff options
Diffstat (limited to 'libbuild2/dump.hxx')
-rw-r--r-- | libbuild2/dump.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libbuild2/dump.hxx b/libbuild2/dump.hxx index aead805..d3e3239 100644 --- a/libbuild2/dump.hxx +++ b/libbuild2/dump.hxx @@ -6,6 +6,7 @@ #define LIBBUILD2_DUMP_HXX #include <libbuild2/types.hxx> +#include <libbuild2/forward.hxx> #include <libbuild2/utility.hxx> #include <libbuild2/action.hxx> @@ -14,10 +15,6 @@ namespace build2 { - class scope; - class target; - class context; - // Dump the build state to diag_stream. If action is specified, then assume // rules have been matched for this action and dump action-specific // information (like rule-specific variables). |