summaryrefslogtreecommitdiffstats
path: root/src/H5FAstat.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-05-05 19:52:43 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-05-05 19:52:43 (GMT)
commit54c202e4ec4bc9c7e45543cea5b51868a091b3e9 (patch)
tree86e6de08c7b390c66e401a291bb83619c0cfac7e /src/H5FAstat.c
parent8e27e7357506958128d087c4e93e3dcb4fb52ace (diff)
downloadhdf5-54c202e4ec4bc9c7e45543cea5b51868a091b3e9.zip
hdf5-54c202e4ec4bc9c7e45543cea5b51868a091b3e9.tar.gz
hdf5-54c202e4ec4bc9c7e45543cea5b51868a091b3e9.tar.bz2
Normalization with develop (mainly VFDs)
Diffstat (limited to 'src/H5FAstat.c')
-rw-r--r--src/H5FAstat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5FAstat.c b/src/H5FAstat.c
index a5b9cac..1fdf47f 100644
--- a/src/H5FAstat.c
+++ b/src/H5FAstat.c
@@ -33,9 +33,9 @@
/***********/
/* Headers */
/***********/
-#include "H5private.h" /* Generic Functions */
-#include "H5Eprivate.h" /* Error handling */
-#include "H5FApkg.h" /* Fixed Arrays */
+#include "H5private.h" /* Generic Functions */
+#include "H5Eprivate.h" /* Error handling */
+#include "H5FApkg.h" /* Fixed Arrays */
#include "H5MMprivate.h" /* Memory management */
/****************/