mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r650] Eliminated H5Fmpioprivate.h, moved contents to H5Fprivate.h.
This commit is contained in:
parent
caefe38d87
commit
1af0223f4e
@ -91,7 +91,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 <H5MFprivate.h> /*File memory management */
|
||||
#include <H5MMprivate.h> /*Core memory management */
|
||||
|
||||
|
@ -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>
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
#include <H5private.h>
|
||||
#include <H5Eprivate.h>
|
||||
#include <H5Fmpioprivate.h> /*mpi low-level i/o */
|
||||
#include <H5Fprivate.h>
|
||||
#include <H5MMprivate.h>
|
||||
|
||||
|
@ -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 */
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <H5private.h> /*library */
|
||||
#include <H5ACprivate.h> /*cache */
|
||||
#include <H5Eprivate.h> /*error handling */
|
||||
#include <H5Fmpioprivate.h> /*mpi low-level i/o */
|
||||
#include <H5Fprivate.h> /*file access */
|
||||
#include <H5HLprivate.h> /*self */
|
||||
#include <H5MFprivate.h> /*file memory management */
|
||||
#include <H5MMprivate.h> /*core memory management */
|
||||
|
Loading…
Reference in New Issue
Block a user