summaryrefslogtreecommitdiffstats
path: root/src/H5Gnode.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/H5Gnode.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/H5Gnode.c')
-rw-r--r--src/H5Gnode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Gnode.c b/src/H5Gnode.c
index ba7eb65..5767b78 100644
--- a/src/H5Gnode.c
+++ b/src/H5Gnode.c
@@ -24,7 +24,7 @@
#include <H5ACprivate.h> /*cache */
#include <H5Bprivate.h> /*B-link trees */
#include <H5Eprivate.h> /*error handling */
-#include <H5Fmpioprivate.h> /*mpi low-level i/o */
+#include <H5Fprivate.h> /*file access */
#include <H5Gpkg.h> /*me */
#include <H5HLprivate.h> /*heap */
#include <H5MFprivate.h> /*file memory management */