diff options
Diffstat (limited to 'libbuild2/version')
-rw-r--r-- | libbuild2/version/module.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libbuild2/version/module.hxx b/libbuild2/version/module.hxx index 26bd48a..e80870e 100644 --- a/libbuild2/version/module.hxx +++ b/libbuild2/version/module.hxx @@ -4,8 +4,6 @@ #ifndef LIBBUILD2_VERSION_MODULE_HXX #define LIBBUILD2_VERSION_MODULE_HXX -#include <map> - #include <libbuild2/types.hxx> #include <libbuild2/utility.hxx> @@ -26,7 +24,7 @@ namespace build2 string constraint; }; - using dependencies = std::map<string, dependency>; + using dependencies = map<string, dependency>; struct module: build2::module { |