diff options
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 */ |