summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-06-06 15:43:02 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-06-06 15:43:02 (GMT)
commitb5dfb3116d9d8d8fe0169a1a0b97e6aa5cb1bb11 (patch)
tree6b49a82f6dc68a385cc00358cf241b26c1f8ffff /src/H5D.c
parent74c3fec9f573e9488ea7b9ad2c33d6271d30fd81 (diff)
downloadhdf5-b5dfb3116d9d8d8fe0169a1a0b97e6aa5cb1bb11.zip
hdf5-b5dfb3116d9d8d8fe0169a1a0b97e6aa5cb1bb11.tar.gz
hdf5-b5dfb3116d9d8d8fe0169a1a0b97e6aa5cb1bb11.tar.bz2
[svn-r5545] Purpose:
Code cleanup Description: Back out [apparently] unnecessary include of H5F package include files. Platforms tested: FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'src/H5D.c')
-rw-r--r--src/H5D.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5D.c b/src/H5D.c
index 9bb4b8c..0ead927 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -12,14 +12,10 @@
/* $Id$ */
-#define H5F_PACKAGE /*suppress error about including H5Fpkg */
-
#include "H5private.h" /* Generic Functions */
#include "H5Iprivate.h" /* IDs */
#include "H5Dprivate.h" /* Dataset functions */
#include "H5Eprivate.h" /* Error handling */
-#include "H5Fpkg.h" /* File access */
-#include "H5Fprivate.h" /* Files */
#include "H5FDprivate.h" /* File drivers */
#include "H5FLprivate.h" /* Free Lists */
#include "H5Gprivate.h" /* Group headers */