diff options
Diffstat (limited to 'libbuild2/file.hxx')
-rw-r--r-- | libbuild2/file.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libbuild2/file.hxx b/libbuild2/file.hxx index 009ba14..3d3c38b 100644 --- a/libbuild2/file.hxx +++ b/libbuild2/file.hxx @@ -8,6 +8,7 @@ #include <map> #include <libbuild2/types.hxx> +#include <libbuild2/forward.hxx> #include <libbuild2/utility.hxx> #include <libbuild2/scope.hxx> @@ -17,10 +18,6 @@ namespace build2 { - class target; - class location; - class prerequisite_key; - using subprojects = std::map<project_name, dir_path>; LIBBUILD2_SYMEXPORT ostream& |