diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-06 15:43:02 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-06 15:43:02 (GMT) |
commit | b5dfb3116d9d8d8fe0169a1a0b97e6aa5cb1bb11 (patch) | |
tree | 6b49a82f6dc68a385cc00358cf241b26c1f8ffff | |
parent | 74c3fec9f573e9488ea7b9ad2c33d6271d30fd81 (diff) | |
download | hdf5-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)
-rw-r--r-- | src/H5D.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 */ |