diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-07-24 18:02:15 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-07-24 18:02:15 (GMT) |
commit | 4b7013194cd545b73b1cf70874470dc6abfcb3bd (patch) | |
tree | 04a43a7bef96ee7e235d0b349b41cf4a753fb042 /tools/lib/h5tools_str.c | |
parent | 45724d8082ad1dc0f22262add83f4ffa526c4ac4 (diff) | |
download | hdf5-4b7013194cd545b73b1cf70874470dc6abfcb3bd.zip hdf5-4b7013194cd545b73b1cf70874470dc6abfcb3bd.tar.gz hdf5-4b7013194cd545b73b1cf70874470dc6abfcb3bd.tar.bz2 |
Cherry pick of some minor tools fixes from develop:
ee7816bbfb3
ffc9b1d917c
ec7450c4b4b
Diffstat (limited to 'tools/lib/h5tools_str.c')
-rw-r--r-- | tools/lib/h5tools_str.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/lib/h5tools_str.c b/tools/lib/h5tools_str.c index fa15785..a66cfe5 100644 --- a/tools/lib/h5tools_str.c +++ b/tools/lib/h5tools_str.c @@ -12,16 +12,8 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Bill Wendling <wendling@ncsa.uiuc.edu> - * Monday, 19. February 2001 - * * Purpose: These are string functions for us to use and abuse. */ -#include <stdarg.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> - #include "H5private.h" #include "h5tools.h" /* for h5tool_format_t structure */ #include "h5tools_ref.h" |