summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-04-19 23:11:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-04-19 23:11:57 (GMT)
commita6e0deba636e5a984ab5684aaeb228a869053a3f (patch)
tree9a9059cc4c8b909c19bd6e56dc0fd203afd0046d /src
parent7438609ee2a445521b461faa122554b253283f51 (diff)
downloadhdf5-a6e0deba636e5a984ab5684aaeb228a869053a3f.zip
hdf5-a6e0deba636e5a984ab5684aaeb228a869053a3f.tar.gz
hdf5-a6e0deba636e5a984ab5684aaeb228a869053a3f.tar.bz2
[svn-r2163] Take out some debugging information which was accidentally checked in.
Diffstat (limited to 'src')
-rw-r--r--src/H5F.c2
-rw-r--r--src/hdf5.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 2ebbf9c..1c01070 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -31,8 +31,6 @@ static char RcsId[] = "@(#)$Revision$";
#include <H5FDsec2.h> /*Posix unbuffered I/O */
#include <H5FDstdio.h> /* Standard C buffered I/O */
-#include <H5FDqak.h> /* Custom unbuffered I/O */
-
/* Packages needed by this file... */
#include <H5private.h> /*library functions */
#include <H5Aprivate.h> /*attributes */
diff --git a/src/hdf5.h b/src/hdf5.h
index 5f329d2..217d7e0 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -50,6 +50,4 @@
#include <H5FDdpss.h> /* Remote access using Storage Client API */
#include <H5FDmulti.h> /* Usage-partitioned file family */
-#include <H5FDqak.h> /* Custom POSIX unbuffered file I/O */
-
#endif