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/target.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libbuild2/target.hxx') diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index e91c41a..258daef 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -12,6 +12,7 @@ #include // map_iterator_adapter #include +#include #include #include @@ -27,9 +28,6 @@ namespace build2 { - class rule; - class target; - // From . // LIBBUILD2_SYMEXPORT const target& -- cgit v1.1