summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-03-24 19:26:19 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-03-24 19:26:19 (GMT)
commitac9e605b8e522bfd4ad8b7763d6ec993209924ee (patch)
tree86bd5b25e5bbac9993ac8f5f3433092a17e91de2 /test/h5test.h
parent3e8dc8cccc5b907d93e7eeb61d26088142b3d982 (diff)
downloadhdf5-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/h5test.h')
-rw-r--r--test/h5test.h5
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.
*