diff --git a/ompi/mca/btl/elan/btl_elan_endpoint.c b/ompi/mca/btl/elan/btl_elan_endpoint.c index 1b8a3c8188..72c89e77e6 100644 --- a/ompi/mca/btl/elan/btl_elan_endpoint.c +++ b/ompi/mca/btl/elan/btl_elan_endpoint.c @@ -14,7 +14,6 @@ #include #include #include "ompi/types.h" -#include "orte/mca/oob/base/base.h" #include "opal/dss/dss.h" #include "btl_elan.h" #include "btl_elan_endpoint.h" diff --git a/ompi/mca/btl/openib/btl_openib_endpoint.c b/ompi/mca/btl/openib/btl_openib_endpoint.c index a81db62dbb..12379fab07 100644 --- a/ompi/mca/btl/openib/btl_openib_endpoint.c +++ b/ompi/mca/btl/openib/btl_openib_endpoint.c @@ -33,7 +33,6 @@ #include "opal_stdint.h" #include "opal/util/output.h" -#include "orte/mca/oob/base/base.h" #include "orte/util/show_help.h" #include "ompi/types.h" diff --git a/ompi/mca/btl/openib/connect/btl_openib_connect_oob.c b/ompi/mca/btl/openib/connect/btl_openib_connect_oob.c index 2cf157eb19..07d8cdc857 100644 --- a/ompi/mca/btl/openib/connect/btl_openib_connect_oob.c +++ b/ompi/mca/btl/openib/connect/btl_openib_connect_oob.c @@ -27,7 +27,6 @@ #include "orte/util/show_help.h" #include "opal/util/error.h" #include "opal/util/output.h" -#include "orte/mca/oob/base/base.h" #include "orte/mca/rml/rml.h" #include "orte/mca/rml/rml_types.h" #include "orte/mca/errmgr/errmgr.h" diff --git a/ompi/mca/btl/sctp/btl_sctp_component.c b/ompi/mca/btl/sctp/btl_sctp_component.c index 0214b64e79..6a929155dc 100644 --- a/ompi/mca/btl/sctp/btl_sctp_component.c +++ b/ompi/mca/btl/sctp/btl_sctp_component.c @@ -48,7 +48,6 @@ #include "opal/event/event.h" #include "opal/util/if.h" #include "opal/util/argv.h" -#include "orte/mca/oob/base/base.h" #include "ompi/mca/pml/pml.h" #include "ompi/mca/btl/btl.h" diff --git a/ompi/mca/btl/sctp/btl_sctp_recv_handler.c b/ompi/mca/btl/sctp/btl_sctp_recv_handler.c index 517e0d10af..afc8f02709 100644 --- a/ompi/mca/btl/sctp/btl_sctp_recv_handler.c +++ b/ompi/mca/btl/sctp/btl_sctp_recv_handler.c @@ -41,7 +41,6 @@ #include "opal/event/event.h" #include "opal/util/if.h" #include "opal/util/argv.h" -#include "orte/mca/oob/base/base.h" #include "ompi/mca/pml/pml.h" #include "ompi/mca/btl/btl.h" diff --git a/ompi/mca/btl/tcp/btl_tcp_component.c b/ompi/mca/btl/tcp/btl_tcp_component.c index 0989be5788..6a49a4a856 100644 --- a/ompi/mca/btl/tcp/btl_tcp_component.c +++ b/ompi/mca/btl/tcp/btl_tcp_component.c @@ -50,7 +50,6 @@ #include "opal/util/if.h" #include "opal/util/output.h" #include "opal/util/argv.h" -#include "orte/mca/oob/base/base.h" #include "orte/types.h" #include "ompi/mca/pml/pml.h" #include "ompi/mca/btl/btl.h" diff --git a/ompi/mca/btl/template/btl_template_endpoint.c b/ompi/mca/btl/template/btl_template_endpoint.c index 98a6014bf5..3a7004d450 100644 --- a/ompi/mca/btl/template/btl_template_endpoint.c +++ b/ompi/mca/btl/template/btl_template_endpoint.c @@ -21,7 +21,6 @@ #include #include #include "ompi/types.h" -#include "orte/mca/oob/base/base.h" #include "opal/dss/dss.h" #include "btl_template.h" #include "btl_template_endpoint.h" diff --git a/ompi/mca/btl/udapl/btl_udapl_endpoint.c b/ompi/mca/btl/udapl/btl_udapl_endpoint.c index 8d72e0af61..d6627c4086 100644 --- a/ompi/mca/btl/udapl/btl_udapl_endpoint.c +++ b/ompi/mca/btl/udapl/btl_udapl_endpoint.c @@ -28,7 +28,6 @@ #include "ompi/types.h" #include "opal/include/opal/align.h" -#include "orte/mca/oob/base/base.h" #include "orte/mca/rml/rml.h" #include "orte/mca/errmgr/errmgr.h" #include "opal/dss/dss.h" diff --git a/ompi/mca/mtl/psm/mtl_psm_endpoint.c b/ompi/mca/mtl/psm/mtl_psm_endpoint.c index c01457afc1..eededdbc2b 100644 --- a/ompi/mca/mtl/psm/mtl_psm_endpoint.c +++ b/ompi/mca/mtl/psm/mtl_psm_endpoint.c @@ -22,7 +22,6 @@ #include #include #include "ompi/types.h" -#include "orte/mca/oob/base/base.h" #include "mtl_psm.h" #include "mtl_psm_types.h" #include "mtl_psm_endpoint.h" diff --git a/ompi/runtime/ompi_mpi_finalize.c b/ompi/runtime/ompi_mpi_finalize.c index f8bfcfc9d8..5b1a3b83b1 100644 --- a/ompi/runtime/ompi_mpi_finalize.c +++ b/ompi/runtime/ompi_mpi_finalize.c @@ -47,7 +47,6 @@ #include "opal/sys/atomic.h" #include "opal/runtime/opal.h" -#include "orte/mca/oob/base/base.h" #include "orte/mca/errmgr/errmgr.h" #include "orte/mca/grpcomm/grpcomm.h" #include "orte/runtime/runtime.h" diff --git a/orte/mca/iof/hnp/iof_hnp.c b/orte/mca/iof/hnp/iof_hnp.c index e7b08dc52e..edd9c9f24e 100644 --- a/orte/mca/iof/hnp/iof_hnp.c +++ b/orte/mca/iof/hnp/iof_hnp.c @@ -38,7 +38,6 @@ #endif -#include "orte/mca/oob/base/base.h" #include "orte/runtime/orte_globals.h" #include "orte/mca/errmgr/errmgr.h" #include "orte/util/name_fns.h" diff --git a/orte/mca/plm/bproc/plm_bproc.c b/orte/mca/plm/bproc/plm_bproc.c index 487f857333..e2e70515ec 100644 --- a/orte/mca/plm/bproc/plm_bproc.c +++ b/orte/mca/plm/bproc/plm_bproc.c @@ -63,7 +63,6 @@ #include "orte/dss/dss.h" #include "orte/mca/errmgr/errmgr.h" #include "orte/mca/iof/iof.h" -#include "orte/mca/oob/base/base.h" #include "orte/mca/ras/ras.h" #include "orte/mca/rmaps/rmaps.h" #include "orte/mca/rml/rml.h" diff --git a/orte/mca/rml/oob/rml_oob_contact.c b/orte/mca/rml/oob/rml_oob_contact.c index af5d9fe09c..5976006946 100644 --- a/orte/mca/rml/oob/rml_oob_contact.c +++ b/orte/mca/rml/oob/rml_oob_contact.c @@ -16,7 +16,6 @@ #include "orte/runtime/orte_globals.h" #include "orte/mca/oob/oob.h" -#include "orte/mca/oob/base/base.h" #include "rml_oob.h" char* diff --git a/orte/mca/rml/oob/rml_oob_exception.c b/orte/mca/rml/oob/rml_oob_exception.c index 3a95c329ba..663e880b7b 100644 --- a/orte/mca/rml/oob/rml_oob_exception.c +++ b/orte/mca/rml/oob/rml_oob_exception.c @@ -12,7 +12,6 @@ #include "opal/class/opal_list.h" #include "orte/mca/oob/oob.h" -#include "orte/mca/oob/base/base.h" struct orte_rml_oob_exception_t { opal_list_item_t super; diff --git a/orte/mca/rml/oob/rml_oob_ping.c b/orte/mca/rml/oob/rml_oob_ping.c index f6e21a09e3..588ab8143b 100644 --- a/orte/mca/rml/oob/rml_oob_ping.c +++ b/orte/mca/rml/oob/rml_oob_ping.c @@ -15,7 +15,6 @@ #include "orte/mca/errmgr/errmgr.h" #include "orte/mca/oob/oob.h" -#include "orte/mca/oob/base/base.h" #include "orte/mca/rml/base/rml_contact.h" int diff --git a/orte/mca/rml/oob/rml_oob_recv.c b/orte/mca/rml/oob/rml_oob_recv.c index 8e56749ae6..bb597cd75b 100644 --- a/orte/mca/rml/oob/rml_oob_recv.c +++ b/orte/mca/rml/oob/rml_oob_recv.c @@ -16,7 +16,6 @@ #include "orte/runtime/orte_globals.h" #include "orte/mca/oob/oob.h" -#include "orte/mca/oob/base/base.h" #include "rml_oob.h" diff --git a/orte/mca/rml/oob/rml_oob_send.c b/orte/mca/rml/oob/rml_oob_send.c index 7d2b0f380a..5cb3d0475a 100644 --- a/orte/mca/rml/oob/rml_oob_send.c +++ b/orte/mca/rml/oob/rml_oob_send.c @@ -29,7 +29,6 @@ #include "orte/runtime/orte_globals.h" #include "orte/mca/oob/oob.h" -#include "orte/mca/oob/base/base.h" #include "rml_oob.h" static void diff --git a/orte/test/system/oob_stress.c b/orte/test/system/oob_stress.c index cd7f12d386..23a1a8360a 100644 --- a/orte/test/system/oob_stress.c +++ b/orte/test/system/oob_stress.c @@ -6,7 +6,6 @@ #include "orte/util/name_fns.h" #include "orte/runtime/orte_globals.h" #include "orte/mca/rml/rml.h" -#include "orte/mca/oob/base/base.h" #include "orte/mca/errmgr/errmgr.h" #include "orte/runtime/runtime.h" diff --git a/orte/test/system/orte_ring.c b/orte/test/system/orte_ring.c index d627d9258c..9963fbe308 100644 --- a/orte/test/system/orte_ring.c +++ b/orte/test/system/orte_ring.c @@ -6,7 +6,6 @@ #include "orte/util/name_fns.h" #include "orte/runtime/orte_globals.h" #include "orte/mca/rml/rml.h" -#include "orte/mca/oob/base/base.h" #include "orte/runtime/runtime.h" diff --git a/orte/test/system/spawn_child.c b/orte/test/system/spawn_child.c index cf93d3e842..91f41c8fb0 100644 --- a/orte/test/system/spawn_child.c +++ b/orte/test/system/spawn_child.c @@ -9,7 +9,6 @@ #include "orte/runtime/runtime.h" #include "orte/mca/rml/rml.h" -#include "orte/mca/oob/base/base.h" #include "orte/util/name_fns.h" #include "orte/runtime/orte_globals.h"