From e5d4c47040e526f0302a53c75ccf1f8c3f5981a1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Oct 2019 14:17:30 +0200 Subject: Add forward declaration header for build state types --- libbuild2/dump.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libbuild2/dump.hxx') 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 +#include #include #include @@ -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). -- cgit v1.1