diff --git a/src/vt/vrt/collection/balance/lb_type.cc b/src/vt/vrt/collection/balance/lb_type.cc index 3238b7e64f..be45b8ccea 100644 --- a/src/vt/vrt/collection/balance/lb_type.cc +++ b/src/vt/vrt/collection/balance/lb_type.cc @@ -41,7 +41,6 @@ //@HEADER */ -#include "vt/config.h" #include "vt/vrt/collection/balance/lb_common.h" #include "vt/vrt/collection/balance/lb_type.h" diff --git a/src/vt/vrt/collection/balance/lb_type.h b/src/vt/vrt/collection/balance/lb_type.h index f7d7d148fa..395e89036a 100644 --- a/src/vt/vrt/collection/balance/lb_type.h +++ b/src/vt/vrt/collection/balance/lb_type.h @@ -46,9 +46,9 @@ #include "vt/configs/features/features_defines.h" -#include #include #include +#include namespace vt { namespace vrt { namespace collection { namespace balance { @@ -67,6 +67,8 @@ enum struct LBType : int8_t { , TemperedWMin = 9 }; +std::unordered_map& get_lb_names(); + }}}} /* end namespace vt::vrt::collection::balance */ namespace std { @@ -83,10 +85,4 @@ struct hash { } /* end namespace std */ -namespace vt { namespace vrt { namespace collection { namespace balance { - -std::unordered_map& get_lb_names(); - -}}}} /* end namespace vt::vrt::collection::balance */ - #endif /*INCLUDED_VT_VRT_COLLECTION_BALANCE_LB_TYPE_H*/