diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-08-27 22:24:45 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-08-27 22:24:45 (GMT) |
commit | 1252bc4e669306b0e029e26b7283d1685fa2ccbc (patch) | |
tree | fcbf9b81ccd9725d75a25c203424e57345531eb5 | |
parent | ccf2bcc6368fc3888c908da99da69c534888053d (diff) | |
download | hdf5-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
-rw-r--r-- | src/H5.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |