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