summaryrefslogtreecommitdiffstats
path: root/tools/src/misc/h5mkgrp.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/misc/h5mkgrp.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/misc/h5mkgrp.c')
-rw-r--r--tools/src/misc/h5mkgrp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/src/misc/h5mkgrp.c b/tools/src/misc/h5mkgrp.c
index 597b6b3..43d6bfe 100644
--- a/tools/src/misc/h5mkgrp.c
+++ b/tools/src/misc/h5mkgrp.c
@@ -15,8 +15,6 @@
#include "H5private.h"
#include "h5tools.h"
#include "h5tools_utils.h"
-#include <string.h>
-#include <stdlib.h>
/* Name of tool */
#define PROGRAMNAME "h5mkgrp"