From 195de65a84864cf5931325eeb2356f7d98155055 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Jun 2021 11:59:04 +0200 Subject: Add support for automatic generation of symbol exporting .def file --- libbuild2/test/script/parser.hxx | 3 +-- libbuild2/test/script/script.hxx | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'libbuild2/test') diff --git a/libbuild2/test/script/parser.hxx b/libbuild2/test/script/parser.hxx index f118ad3..3b008aa 100644 --- a/libbuild2/test/script/parser.hxx +++ b/libbuild2/test/script/parser.hxx @@ -4,7 +4,6 @@ #ifndef LIBBUILD2_TEST_SCRIPT_PARSER_HXX #define LIBBUILD2_TEST_SCRIPT_PARSER_HXX -#include #include #include @@ -132,7 +131,7 @@ namespace build2 // Pre-parse state. // using id_map = std::unordered_map; - using include_set = std::set; + using include_set = set; group* group_; id_map* id_map_; diff --git a/libbuild2/test/script/script.hxx b/libbuild2/test/script/script.hxx index 7dae78c..22f6725 100644 --- a/libbuild2/test/script/script.hxx +++ b/libbuild2/test/script/script.hxx @@ -4,8 +4,6 @@ #ifndef LIBBUILD2_TEST_SCRIPT_SCRIPT_HXX #define LIBBUILD2_TEST_SCRIPT_SCRIPT_HXX -#include - #include #include #include @@ -382,7 +380,7 @@ namespace build2 } }; - std::set paths_; + set paths_; }; } } -- cgit v1.1