diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-04-04 20:25:42 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-04-04 20:25:42 (GMT) |
commit | 1d312bff8025db0f1809caba7a31ba7a44730373 (patch) | |
tree | 3edf70a58eaed76c31f1c95ff03c9e11daf61f6f /tools/h5repack/testh5repack_detect_szip.c | |
parent | 3431f74c438b25e7aeba9062ed1e948899457b46 (diff) | |
download | hdf5-1d312bff8025db0f1809caba7a31ba7a44730373.zip hdf5-1d312bff8025db0f1809caba7a31ba7a44730373.tar.gz hdf5-1d312bff8025db0f1809caba7a31ba7a44730373.tar.bz2 |
[svn-r13589]
h5repack code cleaning (required reconfigure)
tested: linux (32, 64, parallel), solaris
Diffstat (limited to 'tools/h5repack/testh5repack_detect_szip.c')
-rw-r--r-- | tools/h5repack/testh5repack_detect_szip.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/h5repack/testh5repack_detect_szip.c b/tools/h5repack/testh5repack_detect_szip.c index 31999bb..9e6d74e 100644 --- a/tools/h5repack/testh5repack_detect_szip.c +++ b/tools/h5repack/testh5repack_detect_szip.c @@ -14,9 +14,8 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <stdio.h> -#include "hdf5.h" -#include "h5test.h" #include "h5repack.h" +#include "h5test.h" |