summaryrefslogtreecommitdiffstats
path: root/src/H5FDfphdf5.h
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-02-22 21:55:27 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-02-22 21:55:27 (GMT)
commit7612f489431e0b53f6acd93234506d9240b9abba (patch)
tree8d64400c3a4dd0b4c707621951f810a36f79794b /src/H5FDfphdf5.h
parentd45880ce1de770eae0b6e71cfdcf13ba40f8dea5 (diff)
downloadhdf5-7612f489431e0b53f6acd93234506d9240b9abba.zip
hdf5-7612f489431e0b53f6acd93234506d9240b9abba.tar.gz
hdf5-7612f489431e0b53f6acd93234506d9240b9abba.tar.bz2
[svn-r6428] Purpose:
Bug Fix Description: Private header file was included in a public header file by mistake. Solution: Put the private header file into the .c module instead. Platforms tested: Linux 2.4 (see, I really did test it).
Diffstat (limited to 'src/H5FDfphdf5.h')
-rw-r--r--src/H5FDfphdf5.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5FDfphdf5.h b/src/H5FDfphdf5.h
index a92dbb4..733908a 100644
--- a/src/H5FDfphdf5.h
+++ b/src/H5FDfphdf5.h
@@ -16,7 +16,6 @@
#define H5FDFPHDF5_H__
#include "H5FDmpio.h"
-#include "H5FDprivate.h"
#ifdef H5_HAVE_PARALLEL
# define H5FD_FPHDF5 (H5FD_fphdf5_init())