diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-03-24 19:26:19 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-03-24 19:26:19 (GMT) |
commit | ac9e605b8e522bfd4ad8b7763d6ec993209924ee (patch) | |
tree | 86bd5b25e5bbac9993ac8f5f3433092a17e91de2 /test | |
parent | 3e8dc8cccc5b907d93e7eeb61d26088142b3d982 (diff) | |
download | hdf5-ac9e605b8e522bfd4ad8b7763d6ec993209924ee.zip hdf5-ac9e605b8e522bfd4ad8b7763d6ec993209924ee.tar.gz hdf5-ac9e605b8e522bfd4ad8b7763d6ec993209924ee.tar.bz2 |
[svn-r20316] Removed includes which are included with proper config checks in h5private.h.
Tested: local linux, windows
Diffstat (limited to 'test')
-rw-r--r-- | test/h5test.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/h5test.h b/test/h5test.h index 0467cd7..7994f72 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -25,11 +25,6 @@ #include "hdf5.h" #include "H5private.h" -#ifdef H5_STDC_HEADERS -# include <signal.h> -# include <stdarg.h> -#endif - /* * Predefined test verbosity levels. * |