From d0a05e90ba8f1b928c1dc605530d96b7d16b056a Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Wed, 28 Jan 2009 21:50:01 +0000 Subject: [PATCH] Remove the dependency on datatype_pack.h from the convertor_raw file. Revert r20381 as two header files are "special". This commit was SVN r20382. The following SVN revision numbers were found above: r20381 --> open-mpi/ompi@25b25aef41c67314b9e2f2788f67a5d447b6cf89 --- ompi/datatype/convertor_raw.c | 2 -- ompi/datatype/datatype_pack.h | 4 ---- ompi/datatype/datatype_unpack.h | 4 ---- 3 files changed, 10 deletions(-) diff --git a/ompi/datatype/convertor_raw.c b/ompi/datatype/convertor_raw.c index f66fe63333..eed8cf1ab4 100644 --- a/ompi/datatype/convertor_raw.c +++ b/ompi/datatype/convertor_raw.c @@ -21,8 +21,6 @@ extern int ompi_pack_debug; #define DO_DEBUG(INST) #endif /* OMPI_ENABLE_DEBUG */ -#include "ompi/datatype/datatype_pack.h" - /** * This function always work in local representation. This means no representation * conversion (i.e. no heterogeneity) has to be taken into account, and that all diff --git a/ompi/datatype/datatype_pack.h b/ompi/datatype/datatype_pack.h index 7b2a104c4c..d6a56b271e 100644 --- a/ompi/datatype/datatype_pack.h +++ b/ompi/datatype/datatype_pack.h @@ -13,10 +13,6 @@ #ifndef DATATYPE_PACK_H_HAS_BEEN_INCLUDED #define DATATYPE_PACK_H_HAS_BEEN_INCLUDED -#include "ompi_config.h" - -#include "ompi/datatype/datatype_checksum.h" - static inline void pack_predefined_data( ompi_convertor_t* CONVERTOR, dt_elem_desc_t* ELEM, uint32_t* COUNT, diff --git a/ompi/datatype/datatype_unpack.h b/ompi/datatype/datatype_unpack.h index c3ed61f64e..8dde1bc23c 100644 --- a/ompi/datatype/datatype_unpack.h +++ b/ompi/datatype/datatype_unpack.h @@ -13,10 +13,6 @@ #ifndef DATATYPE_UNPACK_H_HAS_BEEN_INCLUDED #define DATATYPE_UNPACK_H_HAS_BEEN_INCLUDED -#include "ompi_config.h" - -#include "ompi/datatype/datatype_checksum.h" - static inline void unpack_predefined_data( ompi_convertor_t* CONVERTOR, /* the convertor */ dt_elem_desc_t* ELEM, /* the element description */ uint32_t* COUNT, /* the number of elements */