diff options
author | Robert Kim Yates <rkyates@llnl.gov> | 1998-09-01 21:42:41 (GMT) |
---|---|---|
committer | Robert Kim Yates <rkyates@llnl.gov> | 1998-09-01 21:42:41 (GMT) |
commit | 1af0223f4e817f10e0b60b7d90c1142b4ef1bbf7 (patch) | |
tree | 994d5fca021ac3c25da8ab1421d72d99be0320f2 /src/H5F.c | |
parent | caefe38d87b615659f3d39b8d1d21a8b47040b4c (diff) | |
download | hdf5-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |