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/lib/h5tools.c | |
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/lib/h5tools.c')
-rw-r--r-- | tools/lib/h5tools.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/lib/h5tools.c b/tools/lib/h5tools.c index 3729cac..5031e44 100644 --- a/tools/lib/h5tools.c +++ b/tools/lib/h5tools.c @@ -12,16 +12,10 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke <matzke@llnl.gov> - * Thursday, July 23, 1998 - * * Purpose: A library for displaying the values of a dataset in a human * readable format. */ -#include <stdio.h> -#include <stdlib.h> - #include "h5tools.h" #include "h5tools_dump.h" #include "h5tools_ref.h" |