summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorRobert Kim Yates <rkyates@llnl.gov>1998-09-01 21:42:41 (GMT)
committerRobert Kim Yates <rkyates@llnl.gov>1998-09-01 21:42:41 (GMT)
commit1af0223f4e817f10e0b60b7d90c1142b4ef1bbf7 (patch)
tree994d5fca021ac3c25da8ab1421d72d99be0320f2 /src/H5F.c
parentcaefe38d87b615659f3d39b8d1d21a8b47040b4c (diff)
downloadhdf5-1af0223f4e817f10e0b60b7d90c1142b4ef1bbf7.zip
hdf5-1af0223f4e817f10e0b60b7d90c1142b4ef1bbf7.tar.gz
hdf5-1af0223f4e817f10e0b60b7d90c1142b4ef1bbf7.tar.bz2
[svn-r650] Eliminated H5Fmpioprivate.h, moved contents to H5Fprivate.h.
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 8191747..6411a4e 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -43,11 +43,11 @@ static char RcsId[] = "@(#)$Revision$";
#include <H5Iprivate.h> /*object IDs */
#include <H5ACprivate.h> /*cache */
#include <H5Eprivate.h> /*error handling */
+#include <H5Fprivate.h> /*file access */
#include <H5Gprivate.h> /*symbol tables */
#include <H5MMprivate.h> /*core memory management */
#include <H5Pprivate.h> /*property lists */
#include <H5Tprivate.h> /*data types */
-#include <H5Fmpioprivate.h> /*MPI-IO parallel stuff */
#include <ctype.h>
#include <sys/types.h>