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.
This commit is contained in:
Dana Robinson
2017-07-17 13:24:01 -05:00
parent 26390d02df
commit ee7816bbfb
18 changed files with 1 additions and 92 deletions

View File

@@ -11,8 +11,6 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include <stdlib.h>
#include <string.h>
#include "H5private.h"
#include "h5diff.h"
#include "h5diff_common.h"