diff options
Diffstat (limited to 'libbuild2/file.hxx')
-rw-r--r-- | libbuild2/file.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libbuild2/file.hxx b/libbuild2/file.hxx index aa30e39..e0291fe 100644 --- a/libbuild2/file.hxx +++ b/libbuild2/file.hxx @@ -4,8 +4,6 @@ #ifndef LIBBUILD2_FILE_HXX #define LIBBUILD2_FILE_HXX -#include <map> - #include <libbuild2/types.hxx> #include <libbuild2/forward.hxx> #include <libbuild2/utility.hxx> @@ -20,11 +18,6 @@ namespace build2 { class lexer; - using subprojects = std::map<project_name, dir_path>; - - LIBBUILD2_SYMEXPORT ostream& - operator<< (ostream&, const subprojects&); // Print as name@dir sequence. - LIBBUILD2_SYMEXPORT extern const dir_path std_build_dir; // build/ // build/root.build |