summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-01-26 21:05:57 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-01-26 21:05:57 (GMT)
commit2f60f824535c78b84060392d4854a6fcf86b5c59 (patch)
tree7e9802ac73fe4a04d40e7f033a74d22beafa5813
parent762ee14a42c9dfe37d941f2818838fee40ec5f67 (diff)
downloadhdf5-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)
-rw-r--r--tools/h5repack/h5repack_filters.c1
-rw-r--r--tools/h5repack/h5repack_verify.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack_filters.c b/tools/h5repack/h5repack_filters.c
index d4a3479..c7d8b1e 100644
--- a/tools/h5repack/h5repack_filters.c
+++ b/tools/h5repack/h5repack_filters.c
@@ -14,7 +14,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "h5repack.h"
-#include "h5test.h"
#include "h5tools.h"
/* number of members in an array */
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);