summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack.h
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-02-14 22:47:19 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-02-14 22:47:19 (GMT)
commit5f9f168845f8f34284702031f08aedfdaf07ab45 (patch)
tree78398bb859c70bb87f9c3ce295c573c0e1fdfb4a /tools/h5repack/h5repack.h
parentbe3b1ea374a1b66459339904fe59ef6da37c9c4c (diff)
downloadhdf5-5f9f168845f8f34284702031f08aedfdaf07ab45.zip
hdf5-5f9f168845f8f34284702031f08aedfdaf07ab45.tar.gz
hdf5-5f9f168845f8f34284702031f08aedfdaf07ab45.tar.bz2
[svn-r20104] Purpose:
Change to use HDxxx macros. Description: Merged from hdf5 trunk r20103. 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)
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r--tools/h5repack/h5repack.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h
index fac2c50..0e724ec 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"