summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-03-24 19:26:55 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-03-24 19:26:55 (GMT)
commit2a03914becde7312642c03861b2ca409c531b637 (patch)
tree6908fe5d72032967967a830c8ee50424d72c9d0b /test/h5test.h
parente18e2fc40431ab3472146b2ddad74a91186b2f55 (diff)
downloadhdf5-2a03914becde7312642c03861b2ca409c531b637.zip
hdf5-2a03914becde7312642c03861b2ca409c531b637.tar.gz
hdf5-2a03914becde7312642c03861b2ca409c531b637.tar.bz2
[svn-r20317] 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.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/test/h5test.h b/test/h5test.h
index b4670d4..76bcdb4 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -25,20 +25,6 @@
#include "hdf5.h"
#include "H5private.h"
-#ifdef H5_STDC_HEADERS
-# include <signal.h>
-# include <stdarg.h>
-#endif
-
-#if defined(H5_TIME_WITH_SYS_TIME)
-# include <sys/time.h>
-# include <time.h>
-#elif defined(H5_HAVE_SYS_TIME_H)
-# include <sys/time.h>
-#else
-# include <time.h>
-#endif
-
/*
* Predefined test verbosity levels.
*
@@ -92,7 +78,7 @@
* This contains the filename prefix specificied as command line option for
* the parallel test files.
*/
-H5_DLLVAR char *paraprefix;
+H5TEST_DLLVAR char *paraprefix;
#ifdef H5_HAVE_PARALLEL
extern MPI_Info h5_io_info_g; /* MPI INFO object for IO */
#endif