diff options
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" |