summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-08-02 17:51:50 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-08-02 17:51:50 (GMT)
commitdaa96590d313494fa24279e12727c2e9586025a1 (patch)
treedf5b414dff0fbbf0d9615c3cc810f1b240f9f843 /src/H5D.c
parent084ed881372d1e5f04f6f3078ced33503d206392 (diff)
downloadhdf5-daa96590d313494fa24279e12727c2e9586025a1.zip
hdf5-daa96590d313494fa24279e12727c2e9586025a1.tar.gz
hdf5-daa96590d313494fa24279e12727c2e9586025a1.tar.bz2
[svn-r8987] Purpose:
Code cleanup Description: Fix another batch of minor differences between the development and release branches. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Too minor to require h5committest
Diffstat (limited to 'src/H5D.c')
-rw-r--r--src/H5D.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5D.c b/src/H5D.c
index 177e3e1..be85340 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -31,7 +31,6 @@
#include "H5MMprivate.h" /* Memory management */
#include "H5Sprivate.h" /* Dataspaces */
#include "H5Vprivate.h" /* Vectors and arrays */
-#include "H5Zprivate.h"
/*#define H5D_DEBUG*/