diff options
Diffstat (limited to 'src/H5Tarray.c')
-rw-r--r-- | src/H5Tarray.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5Tarray.c b/src/H5Tarray.c index 5d1dc9b..185561b 100644 --- a/src/H5Tarray.c +++ b/src/H5Tarray.c @@ -23,11 +23,11 @@ /* (Put before include files to avoid problems with inline functions) */ #define PABLO_MASK H5Tarray_mask -#include "H5private.h" /*generic functions */ -#include "H5Eprivate.h" /*error handling */ -#include "H5FLprivate.h" /*Free Lists */ -#include "H5Iprivate.h" /*ID functions */ -#include "H5Tpkg.h" /*data-type functions */ +#include "H5private.h" /* Generic Functions */ +#include "H5Eprivate.h" /* Error handling */ +#include "H5FLprivate.h" /* Free Lists */ +#include "H5Iprivate.h" /* IDs */ +#include "H5Tpkg.h" /* Datatypes */ /* Interface initialization */ static int interface_initialize_g = 0; |