diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-29 13:59:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-29 13:59:42 (GMT) |
commit | 00b7830ec5ae21afcdd6e67670b6c5fea6683720 (patch) | |
tree | ea70985712759ba5303c90b3b448f0b64ad088be /src/H5Tcommit.c | |
parent | 6bc0753d0294b54f384ae8ccc71d0ac1869511cb (diff) | |
download | hdf5-00b7830ec5ae21afcdd6e67670b6c5fea6683720.zip hdf5-00b7830ec5ae21afcdd6e67670b6c5fea6683720.tar.gz hdf5-00b7830ec5ae21afcdd6e67670b6c5fea6683720.tar.bz2 |
[svn-r7431] Purpose:
Code cleanup
Description:
De-linted more code.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too small to need h5committest
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; |