diff --git a/ompi/group/group.h b/ompi/group/group.h index 90ae57a47b..850e67e588 100644 --- a/ompi/group/group.h +++ b/ompi/group/group.h @@ -118,7 +118,7 @@ typedef struct ompi_predefined_group_t ompi_predefined_group_t; * For more information on why we do this see the Notice to developers * comment at the top of the ompi_msgq_dll.c file. */ -#include "group_dbg.h" +#include "ompi/group/group_dbg.h" #define OMPI_GROUP_IS_INTRINSIC(_group) ((_group)->grp_flags&OMPI_GROUP_INTRINSIC) #define OMPI_GROUP_IS_DENSE(_group) ((_group)->grp_flags & OMPI_GROUP_DENSE) diff --git a/ompi/mca/pml/base/pml_base_request.h b/ompi/mca/pml/base/pml_base_request.h index d1399b48bd..044ee0fdf7 100644 --- a/ompi/mca/pml/base/pml_base_request.h +++ b/ompi/mca/pml/base/pml_base_request.h @@ -48,7 +48,7 @@ OMPI_DECLSPEC extern ompi_free_list_t mca_pml_base_recv_requests; * For more information on why we do this see the Notice to developers * comment at the top of the ompi_msgq_dll.c file. */ -#include "pml_base_request_dbg.h" +#include "ompi/mca/pml/base/pml_base_request_dbg.h" /** diff --git a/ompi/request/request.h b/ompi/request/request.h index 5a20083f12..41132c98ce 100644 --- a/ompi/request/request.h +++ b/ompi/request/request.h @@ -47,7 +47,7 @@ OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_request_t); * comment at the top of the ompi_msgq_dll.c file. */ -#include "request_dbg.h" +#include "ompi/request/request_dbg.h" struct ompi_request_t;