[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
This commit is contained in:
Dana Robinson
2015-08-27 17:24:45 -05:00
parent ccf2bcc636
commit 1252bc4e66
-1
View File
@@ -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 */