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/h5repack_refs.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/h5repack_refs.c')
-rw-r--r-- | tools/h5repack/h5repack_refs.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_refs.c b/tools/h5repack/h5repack_refs.c index 3b272c8..538c99f 100644 --- a/tools/h5repack/h5repack_refs.c +++ b/tools/h5repack/h5repack_refs.c @@ -18,8 +18,11 @@ #include <stdlib.h> #include <string.h> #include <stdio.h> -#include "H5private.h" #include "h5repack.h" +#include "H5private.h" +#include "h5diff.h" +#include "h5tools.h" + /*------------------------------------------------------------------------- * local functions |