Skip to content

Commit

Permalink
#2140: Remove redundant invoke includes for collection/group as it's …
Browse files Browse the repository at this point in the history
…no longer needed
  • Loading branch information
JacobDomagala committed Jun 14, 2023
1 parent 3baa933 commit bd89a50
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/vt/objgroup/manager.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <memory>
Expand Down
1 change: 0 additions & 1 deletion src/vt/vrt/collection/manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/vt/vrt/collection/manager.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tuple>
Expand Down

0 comments on commit bd89a50

Please sign in to comment.