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/search.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libbuild2/search.hxx') diff --git a/libbuild2/search.hxx b/libbuild2/search.hxx index 63ea6b1..1b018c4 100644 --- a/libbuild2/search.hxx +++ b/libbuild2/search.hxx @@ -6,16 +6,13 @@ #define LIBBUILD2_SEARCH_HXX #include +#include #include #include namespace build2 { - class target; - class context; - class prerequisite_key; - // Search for an existing target in this prerequisite's scope. Scope can be // NULL if directories are absolute. // -- cgit v1.1