diff options
Diffstat (limited to 'libbuild2/module.hxx')
-rw-r--r-- | libbuild2/module.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libbuild2/module.hxx b/libbuild2/module.hxx index 770e694..8223bae 100644 --- a/libbuild2/module.hxx +++ b/libbuild2/module.hxx @@ -4,8 +4,6 @@ #ifndef LIBBUILD2_MODULE_HXX #define LIBBUILD2_MODULE_HXX -#include <map> - #include <libbuild2/types.hxx> #include <libbuild2/forward.hxx> #include <libbuild2/utility.hxx> @@ -275,7 +273,7 @@ namespace build2 // A NULL entry for the main module indicates that a module library was not // found. // - using loaded_module_map = std::map<string, const module_functions*>; + using loaded_module_map = map<string, const module_functions*>; // The loaded_modules map is locked per top-level (as opposed to nested) // context (see context.hxx for details). |