diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-04-04 19:16:18 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-04-04 19:16:18 (GMT) |
commit | 0919299628582670f9144167f3c7da6096fb58f1 (patch) | |
tree | 03dee669f1239422c66d18247c4de9fca6e7225e /tools/h5repack/h5repack.c | |
parent | a95ff4d496ad6b49e9c3e43f77fedd44caa121a8 (diff) | |
download | hdf5-0919299628582670f9144167f3c7da6096fb58f1.zip hdf5-0919299628582670f9144167f3c7da6096fb58f1.tar.gz hdf5-0919299628582670f9144167f3c7da6096fb58f1.tar.bz2 |
[svn-r13587]
more code cleaning
tested linux
Diffstat (limited to 'tools/h5repack/h5repack.c')
-rw-r--r-- | tools/h5repack/h5repack.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/h5repack/h5repack.c b/tools/h5repack/h5repack.c index 5295970..9e7da9e 100644 --- a/tools/h5repack/h5repack.c +++ b/tools/h5repack/h5repack.c @@ -15,12 +15,10 @@ #include <stdlib.h> #include <string.h> -#include "hdf5.h" -#include "h5trav.h" +#include "h5repack.h" #include "h5diff.h" #include "h5tools.h" #include "h5tools_utils.h" -#include "h5repack.h" extern char *progname; |