From 1252bc4e669306b0e029e26b7283d1685fa2ccbc Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Thu, 27 Aug 2015 17:24:45 -0500 Subject: [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 --- src/H5.c | 1 - 1 file changed, 1 deletion(-) 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 */ -- cgit v0.12