From bd89a50b9e85ae220f776c5a0415c86f3e530de5 Mon Sep 17 00:00:00 2001 From: Jacob Domagala Date: Tue, 13 Jun 2023 21:49:56 +0200 Subject: [PATCH] #2140: Remove redundant invoke includes for collection/group as it's no longer needed --- src/vt/objgroup/manager.impl.h | 1 - src/vt/vrt/collection/manager.h | 1 - src/vt/vrt/collection/manager.impl.h | 1 - 3 files changed, 3 deletions(-) diff --git a/src/vt/objgroup/manager.impl.h b/src/vt/objgroup/manager.impl.h index 936d2bc40b..d2792525ad 100644 --- a/src/vt/objgroup/manager.impl.h +++ b/src/vt/objgroup/manager.impl.h @@ -56,7 +56,6 @@ #include "vt/registry/auto/auto_registry.h" #include "vt/collective/collective_alg.h" #include "vt/messaging/active.h" -#include "vt/runnable/invoke.h" #include "vt/elm/elm_id_bits.h" #include diff --git a/src/vt/vrt/collection/manager.h b/src/vt/vrt/collection/manager.h index 020115113d..9ef6540206 100644 --- a/src/vt/vrt/collection/manager.h +++ b/src/vt/vrt/collection/manager.h @@ -70,7 +70,6 @@ #include "vt/collective/reduce/reduce_msg.h" #include "vt/vrt/collection/balance/lb_common.h" #include "vt/runtime/component/component_pack.h" -#include "vt/runnable/invoke.h" #include "vt/context/runnable_context/lb_data.fwd.h" #include "vt/vrt/collection/param/construct_params.h" #include "vt/vrt/collection/param/construct_params_msg.h" diff --git a/src/vt/vrt/collection/manager.impl.h b/src/vt/vrt/collection/manager.impl.h index 44b3389893..fa4c3b254b 100644 --- a/src/vt/vrt/collection/manager.impl.h +++ b/src/vt/vrt/collection/manager.impl.h @@ -78,7 +78,6 @@ #include "vt/pipe/pipe_headers.h" #include "vt/scheduler/scheduler.h" #include "vt/phase/phase_manager.h" -#include "vt/runnable/invoke.h" #include "vt/runnable/make_runnable.h" #include