From f5ab412da304e3970a6b5b3290758ed791c31881 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 May 2017 12:07:02 +0200 Subject: Pass toolchain name/version to controller --- bbot/bootstrap-manifest.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bbot/bootstrap-manifest.hxx') diff --git a/bbot/bootstrap-manifest.hxx b/bbot/bootstrap-manifest.hxx index 6b56785..5a32b72 100644 --- a/bbot/bootstrap-manifest.hxx +++ b/bbot/bootstrap-manifest.hxx @@ -8,7 +8,6 @@ #include #include -#include #include #include @@ -29,7 +28,7 @@ namespace bbot // libbbot-version: 1.2.3 // bbot-version: 1.2.4-a.0.1234.de2f // - using versions_type = std::map; + using versions_type = std::map; versions_type versions; explicit -- cgit v1.1