mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[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).
This commit is contained in:
parent
d45880ce1d
commit
7612f48943
@ -20,6 +20,7 @@
|
||||
#include "H5FDprivate.h" /* File driver */
|
||||
#include "H5FDfphdf5.h" /* Flexible PHDF5 I/O file driver */
|
||||
#include "H5FDmpio.h" /* MPI I/O file driver */
|
||||
#include "H5FDprivate.h" /* File drivers */
|
||||
#include "H5Iprivate.h" /* Object IDs */
|
||||
#include "H5MMprivate.h" /* Memory allocation */
|
||||
#include "H5Pprivate.h" /* Property lists */
|
||||
|
@ -16,7 +16,6 @@
|
||||
#define H5FDFPHDF5_H__
|
||||
|
||||
#include "H5FDmpio.h"
|
||||
#include "H5FDprivate.h"
|
||||
|
||||
#ifdef H5_HAVE_PARALLEL
|
||||
# define H5FD_FPHDF5 (H5FD_fphdf5_init())
|
||||
|
Loading…
Reference in New Issue
Block a user