diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-02-14 22:20:32 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-02-14 22:20:32 (GMT) |
commit | 23a80ac554229f2f0163f1a92a02b921bb6c5e29 (patch) | |
tree | cb3558dfe2edb82633f2dd3ad983f753aa519443 /tools/h5repack/h5repack.h | |
parent | 1c625e6ad97a230fb7baec5a024c47e275a9ee4c (diff) | |
download | hdf5-23a80ac554229f2f0163f1a92a02b921bb6c5e29.zip hdf5-23a80ac554229f2f0163f1a92a02b921bb6c5e29.tar.gz hdf5-23a80ac554229f2f0163f1a92a02b921bb6c5e29.tar.bz2 |
[svn-r20103] Purpose:
Change to use HDxxx macros.
Description:
Originally this started for fixing incorrect pointer usage. But that got
fixed through coverity merge. So this is mainly changing to use HDxxx
macros and clean up some related code.
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r-- | tools/h5repack/h5repack.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h index 4d601ec..6415d3a 100644 --- a/tools/h5repack/h5repack.h +++ b/tools/h5repack/h5repack.h @@ -17,8 +17,7 @@ #ifndef H5REPACK_H__ #define H5REPACK_H__ -#include <assert.h> -#include <string.h> +#include "H5private.h" #include "hdf5.h" #include "h5trav.h" |