summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-12-01 00:03:47 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-12-01 00:03:47 (GMT)
commit20171a92a59045d1f0ba8481961070689f1c59f2 (patch)
tree95407c4ed37e450b4eeecf6dd59f23daeba2ebb9 /src/H5Pfapl.c
parent4d4eb4cd5cc64d47f46fd944fd9b9548d38c86be (diff)
parentc0021b348d01e4c87645224fc308697e39c95029 (diff)
downloadhdf5-20171a92a59045d1f0ba8481961070689f1c59f2.zip
hdf5-20171a92a59045d1f0ba8481961070689f1c59f2.tar.gz
hdf5-20171a92a59045d1f0ba8481961070689f1c59f2.tar.bz2
Merge pull request #808 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_normalize to develop
* commit 'c0021b348d01e4c87645224fc308697e39c95029': Normalization with VOL integration branch.
Diffstat (limited to 'src/H5Pfapl.c')
-rw-r--r--src/H5Pfapl.c24
1 files changed, 11 insertions, 13 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c
index 1b0a4b9..6beee6f 100644
--- a/src/H5Pfapl.c
+++ b/src/H5Pfapl.c
@@ -14,8 +14,6 @@
/*-------------------------------------------------------------------------
*
* Created: H5Pfapl.c
- * February 26 1998
- * Robb Matzke <matzke@llnl.gov>
*
* Purpose: File access property list class routines
*
@@ -32,21 +30,21 @@
/***********/
/* Headers */
/***********/
-#include "H5private.h" /* Generic Functions */
-#include "H5ACprivate.h" /* Metadata cache */
-#include "H5Dprivate.h" /* Datasets */
-#include "H5Eprivate.h" /* Error handling */
-#include "H5Fprivate.h" /* Files */
-#include "H5FDprivate.h" /* File drivers */
-#include "H5Iprivate.h" /* IDs */
+#include "H5private.h" /* Generic Functions */
+#include "H5ACprivate.h" /* Metadata cache */
+#include "H5Dprivate.h" /* Datasets */
+#include "H5Eprivate.h" /* Error handling */
+#include "H5Fprivate.h" /* Files */
+#include "H5FDprivate.h" /* File drivers */
+#include "H5Iprivate.h" /* IDs */
#include "H5MMprivate.h" /* Memory Management */
-#include "H5Ppkg.h" /* Property lists */
+#include "H5Ppkg.h" /* Property lists */
/* Includes needed to set as default file driver */
-#include "H5FDsec2.h" /* Posix unbuffered I/O file driver */
-#include "H5FDstdio.h" /* Standard C buffered I/O */
+#include "H5FDsec2.h" /* Posix unbuffered I/O file driver */
+#include "H5FDstdio.h" /* Standard C buffered I/O */
#ifdef H5_HAVE_WINDOWS
-#include "H5FDwindows.h" /* Windows buffered I/O */
+#include "H5FDwindows.h" /* Win32 I/O */
#endif