summaryrefslogtreecommitdiffstats
path: root/tools/src/h5dump/h5dump.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-07-17 18:24:01 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-07-17 18:24:01 (GMT)
commitee7816bbfb3f22d42d5db7d779efe54ae29528cb (patch)
treea7d3b56925c23d8984b2951f0c3a584be84965d0 /tools/src/h5dump/h5dump.c
parent26390d02df919476ff3d293293dacbcaba9a4c24 (diff)
downloadhdf5-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/h5dump/h5dump.c')
-rw-r--r--tools/src/h5dump/h5dump.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/src/h5dump/h5dump.c b/tools/src/h5dump/h5dump.c
index b53c212..bf2e127 100644
--- a/tools/src/h5dump/h5dump.c
+++ b/tools/src/h5dump/h5dump.c
@@ -10,8 +10,6 @@
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-#include <stdio.h>
-#include <stdlib.h>
#include "h5dump.h"
#include "h5dump_ddl.h"