From 1c7df2a5989cfecccae6721bb09df3145c5f55ce Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 14 Feb 2008 15:41:50 +0000 Subject: [PATCH] H5Part.c H5Block.c h5/u_readwrite.c h5/attribs.c h5/t_openclose.c h5/readwrite.c h5/openclose.c - includes fixed --- src/H5Block.c | 5 ++--- src/H5Part.c | 4 ++-- src/h5/attribs.c | 6 ++---- src/h5/openclose.c | 5 ++--- src/h5/readwrite.c | 5 ++--- src/h5/t_openclose.c | 4 +--- src/h5/u_readwrite.c | 5 ++--- 7 files changed, 13 insertions(+), 21 deletions(-) diff --git a/src/H5Block.c b/src/H5Block.c index 421ce4a..b29590e 100644 --- a/src/H5Block.c +++ b/src/H5Block.c @@ -44,13 +44,12 @@ #include #include "H5Part.h" -#include "H5PartErrors.h" #include "H5PartPrivate.h" #include "H5BlockTypes.h" #include "H5Block.h" -#include "h5/H5.h" -#include "H5BlockErrors.h" +#include "h5/h5.h" +#include "h5/h5_private.h" /********************** declarations *****************************************/ diff --git a/src/H5Part.c b/src/H5Part.c index bc6765b..ec2a79f 100644 --- a/src/H5Part.c +++ b/src/H5Part.c @@ -93,8 +93,8 @@ Last modified on April 19, 2007. #include "H5PartTypes.h" #include "H5Part.h" #include "H5PartPrivate.h" -#include "h5/H5.h" -#include "H5PartErrors.h" +#include "h5/h5.h" +#include "h5/h5_private.h" extern h5part_error_handler _err_handler; extern h5part_int64_t _h5part_errno; diff --git a/src/h5/attribs.c b/src/h5/attribs.c index 9b995c1..7776b28 100644 --- a/src/h5/attribs.c +++ b/src/h5/attribs.c @@ -11,10 +11,8 @@ #include "H5Part.h" #include "H5Block.h" #include "H5PartPrivate.h" -#include "H5PartErrors.h" -#include "H5BlockErrors.h" -#include "H5.h" - +#include "h5.h" +#include "h5_private.h" h5part_int64_t H5_read_attrib ( diff --git a/src/h5/openclose.c b/src/h5/openclose.c index 64b7b4e..1a37935 100644 --- a/src/h5/openclose.c +++ b/src/h5/openclose.c @@ -12,9 +12,8 @@ #include "H5Part.h" #include "H5Block.h" #include "H5PartPrivate.h" -#include "H5PartErrors.h" -#include "H5BlockErrors.h" -#include "H5.h" +#include "h5.h" +#include "h5_private.h" extern h5part_error_handler _err_handler; extern h5part_int64_t _h5part_errno; diff --git a/src/h5/readwrite.c b/src/h5/readwrite.c index dc99a3c..545f909 100644 --- a/src/h5/readwrite.c +++ b/src/h5/readwrite.c @@ -11,9 +11,8 @@ #include "H5Part.h" #include "H5Block.h" #include "H5PartPrivate.h" -#include "H5PartErrors.h" -#include "H5BlockErrors.h" -#include "H5.h" +#include "h5.h" +#include "h5_private.h" h5part_int64_t H5_write_data ( diff --git a/src/h5/t_openclose.c b/src/h5/t_openclose.c index 13f556e..62e87af 100644 --- a/src/h5/t_openclose.c +++ b/src/h5/t_openclose.c @@ -12,9 +12,7 @@ #include "H5Part.h" #include "H5Block.h" #include "H5PartPrivate.h" -#include "H5PartErrors.h" -#include "H5BlockErrors.h" -#include "H5.h" +#include "h5/h5.h" #include "h5/h5_types.h" extern h5part_error_handler _err_handler; diff --git a/src/h5/u_readwrite.c b/src/h5/u_readwrite.c index e342363..995b7b7 100644 --- a/src/h5/u_readwrite.c +++ b/src/h5/u_readwrite.c @@ -8,9 +8,8 @@ #include "H5PartTypes.h" #include "H5Part.h" -#include "H5PartPrivate.h" -#include "H5PartErrors.h" -#include "H5.h" +#include "h5.h" +#include "h5_private.h" extern h5part_error_handler _err_handler; extern h5part_int64_t _h5part_errno;