summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
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/H5F.c
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/H5F.c')
-rw-r--r--src/H5F.c2
1 files changed, 0 insertions, 2 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 */