diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-07-17 18:24:01 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-07-17 18:24:01 (GMT) |
commit | ee7816bbfb3f22d42d5db7d779efe54ae29528cb (patch) | |
tree | a7d3b56925c23d8984b2951f0c3a584be84965d0 /tools/src/h5repack | |
parent | 26390d02df919476ff3d293293dacbcaba9a4c24 (diff) | |
download | hdf5-ee7816bbfb3f22d42d5db7d779efe54ae29528cb.zip hdf5-ee7816bbfb3f22d42d5db7d779efe54ae29528cb.tar.gz hdf5-ee7816bbfb3f22d42d5db7d779efe54ae29528cb.tar.bz2 |
Stripped C standard library headers (and a couple of macros)
from the tools code. This is all handled in H5private.h, which
should be included in all tools source files.
Diffstat (limited to 'tools/src/h5repack')
-rw-r--r-- | tools/src/h5repack/h5repack.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/src/h5repack/h5repack.c b/tools/src/h5repack/h5repack.c index bc8527b..4860d9e 100644 --- a/tools/src/h5repack/h5repack.c +++ b/tools/src/h5repack/h5repack.c @@ -11,10 +11,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -#include <stdlib.h> -#include <string.h> -#include <ctype.h> - #include "H5private.h" #include "h5repack.h" #include "h5tools.h" |