summaryrefslogtreecommitdiffstats
path: root/src/hdf5.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-11-20 03:43:58 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-11-20 03:43:58 (GMT)
commitb4f4670c811cae49e08f1799b6ea69a8bb1345f3 (patch)
tree5bcfdbd9e8dd0e86ee816d33da7739e752edcf34 /src/hdf5.h
parentf23b5aafc1878b0dd4aac27184500c19cf0b8edd (diff)
downloadhdf5-b4f4670c811cae49e08f1799b6ea69a8bb1345f3.zip
hdf5-b4f4670c811cae49e08f1799b6ea69a8bb1345f3.tar.gz
hdf5-b4f4670c811cae49e08f1799b6ea69a8bb1345f3.tar.bz2
[svn-r14270] Description:
Removed the stream-vfd from the basic library code. (The stream-vfd source files are not removed yet but the MANIFEST has been updated to NOT release those stream-vfd source files.) Platforms tested: Kagiso and smirom. Then test the release tar ball in kagiso.
Diffstat (limited to 'src/hdf5.h')
-rw-r--r--src/hdf5.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hdf5.h b/src/hdf5.h
index 20f4cd9..ef15063 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -50,7 +50,6 @@
#ifdef H5_HAVE_WINDOWS
#include "H5FDwindows.h" /* Windows buffered I/O */
#endif
-#include "H5FDstream.h" /* In-memory files streamed via sockets */
#include "H5FDdirect.h" /* Linux direct I/O */
#endif