summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-08-27 22:24:45 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-08-27 22:24:45 (GMT)
commit1252bc4e669306b0e029e26b7283d1685fa2ccbc (patch)
treefcbf9b81ccd9725d75a25c203424e57345531eb5 /src/H5.c
parentccf2bcc6368fc3888c908da99da69c534888053d (diff)
downloadhdf5-1252bc4e669306b0e029e26b7283d1685fa2ccbc.zip
hdf5-1252bc4e669306b0e029e26b7283d1685fa2ccbc.tar.gz
hdf5-1252bc4e669306b0e029e26b7283d1685fa2ccbc.tar.bz2
[svn-r27601] Removed the H5TSprivate.h include from H5.c. It's not needed and causes
problems on Windows. Tested on: jam, with and without --enable-threadsafe
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5.c b/src/H5.c
index 8563545..2e05819 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -31,7 +31,6 @@
#include "H5Pprivate.h" /* Property lists */
#include "H5SLprivate.h" /* Skip lists */
#include "H5Tprivate.h" /* Datatypes */
-#include "H5TSprivate.h" /* Thread safety */
/****************/
/* Local Macros */