diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-27 17:07:41 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-27 17:07:41 (GMT) |
commit | 0db364390b48d705b2c3fb225651ba35a19a5b4d (patch) | |
tree | ade21aceff44ffe978ca278d2ffbd23209584e08 /src/H5Tarray.c | |
parent | c274ffe1c9bdfa256459213cab1ece7f566b9620 (diff) | |
download | hdf5-0db364390b48d705b2c3fb225651ba35a19a5b4d.zip hdf5-0db364390b48d705b2c3fb225651ba35a19a5b4d.tar.gz hdf5-0db364390b48d705b2c3fb225651ba35a19a5b4d.tar.bz2 |
[svn-r9469] Purpose:
Code cleanup
Description:
Clear up some inconsistencies, inefficiencies and possible errors between
the release and development branch.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel
Solaris 2.7 (arabica)
Linux 2.4 (heping) w/C++ & FORTRAN
Diffstat (limited to 'src/H5Tarray.c')
-rw-r--r-- | src/H5Tarray.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Tarray.c b/src/H5Tarray.c index 6ee0651..73675a7 100644 --- a/src/H5Tarray.c +++ b/src/H5Tarray.c @@ -27,9 +27,9 @@ #define PABLO_MASK H5T_array_mask #include "H5private.h" /* Generic Functions */ -#include "H5Eprivate.h" /* Error handling */ -#include "H5FLprivate.h" /* Free Lists */ -#include "H5Iprivate.h" /* IDs */ +#include "H5Eprivate.h" /* Error handling */ +#include "H5FLprivate.h" /* Free Lists */ +#include "H5Iprivate.h" /* IDs */ #include "H5Tpkg.h" /* Datatypes */ /* Declare extern the free list for H5T_t's */ |