diff options
Diffstat (limited to 'libbuild2/diagnostics.hxx')
-rw-r--r-- | libbuild2/diagnostics.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libbuild2/diagnostics.hxx b/libbuild2/diagnostics.hxx index 26f602a..6d06dec 100644 --- a/libbuild2/diagnostics.hxx +++ b/libbuild2/diagnostics.hxx @@ -8,6 +8,7 @@ #include <libbutl/diagnostics.mxx> #include <libbuild2/types.hxx> +#include <libbuild2/forward.hxx> #include <libbuild2/utility.hxx> #include <libbuild2/export.hxx> @@ -441,11 +442,6 @@ namespace build2 // // info << "while " << diag_doing (a, t); // - class scope; - class target; - class context; - struct action; - struct diag_phrase { const action& a; |