diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-06-16 19:03:16 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-06-16 19:03:16 (GMT) |
commit | 1ac4b918f182b6fc43e57788e9af0c4cce64efba (patch) | |
tree | b8975c1d59099a2b936e30a8e4699a41acbbf0bb | |
parent | 3a637e227ccce55a9cf050dcd783f0b41f04a28f (diff) | |
download | hdf5-1ac4b918f182b6fc43e57788e9af0c4cce64efba.zip hdf5-1ac4b918f182b6fc43e57788e9af0c4cce64efba.tar.gz hdf5-1ac4b918f182b6fc43e57788e9af0c4cce64efba.tar.bz2 |
HDFFV-10219 remove standard headers already included in h5private.h
-rw-r--r-- | tools/src/h5import/h5import.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/src/h5import/h5import.c b/tools/src/h5import/h5import.c index 11b46bc..1afb383 100644 --- a/tools/src/h5import/h5import.c +++ b/tools/src/h5import/h5import.c @@ -13,11 +13,6 @@ #include "hdf5.h" #include "H5private.h" -#include <stdio.h> -#include <math.h> -#include <string.h> -#include <ctype.h> -#include <stdint.h> #include "h5import.h" #include "h5tools.h" #include "h5tools_utils.h" |