diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-01-26 21:05:57 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-01-26 21:05:57 (GMT) |
commit | 2f60f824535c78b84060392d4854a6fcf86b5c59 (patch) | |
tree | 7e9802ac73fe4a04d40e7f033a74d22beafa5813 /tools/h5repack/h5repack_verify.c | |
parent | 762ee14a42c9dfe37d941f2818838fee40ec5f67 (diff) | |
download | hdf5-2f60f824535c78b84060392d4854a6fcf86b5c59.zip hdf5-2f60f824535c78b84060392d4854a6fcf86b5c59.tar.gz hdf5-2f60f824535c78b84060392d4854a6fcf86b5c59.tar.bz2 |
[svn-r20005] Purpose:
Clean up tool code.
Remove "h5test.h" from tool code. Currently only in h5repack.
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), linew (solaris-BE)
Diffstat (limited to 'tools/h5repack/h5repack_verify.c')
-rw-r--r-- | tools/h5repack/h5repack_verify.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_verify.c b/tools/h5repack/h5repack_verify.c index 34c5dd6..b0ab1d1 100644 --- a/tools/h5repack/h5repack_verify.c +++ b/tools/h5repack/h5repack_verify.c @@ -14,7 +14,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include "h5repack.h" -#include "h5test.h" #include "h5tools_utils.h" static int verify_layout(hid_t pid, pack_info_t *obj); |