summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-10-29 14:16:23 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-10-29 14:16:23 (GMT)
commit7db3ea76da5d3b5c237a707b09d1618d3206ba83 (patch)
tree9998d08998b30533c026a0dcec4c6e313864dc34 /src/H5Fpkg.h
parent47f30b474bdc498c20bd6d2a0ba7e8947ab389f0 (diff)
parent62b92ddf4096d9b8f6235587ec16f34f6c6fa119 (diff)
downloadhdf5-7db3ea76da5d3b5c237a707b09d1618d3206ba83.zip
hdf5-7db3ea76da5d3b5c237a707b09d1618d3206ba83.tar.gz
hdf5-7db3ea76da5d3b5c237a707b09d1618d3206ba83.tar.bz2
Merge pull request #1305 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cmake_tweaks to develop
* commit '62b92ddf4096d9b8f6235587ec16f34f6c6fa119': Makes the installed header files the same between the autotools and CMake.
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index e97144f..2098a77 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -30,12 +30,12 @@
#include "H5Fprivate.h"
/* Other public headers needed by this file */
-#include "H5Bpublic.h" /* B-tree header (for H5B_NUM_BTREE_ID) */
#include "H5VLpublic.h" /* Virtual Object Layer */
/* Other private headers needed by this file */
#include "H5private.h" /* Generic Functions */
#include "H5ACprivate.h" /* Metadata cache */
+#include "H5Bprivate.h" /* B-trees */
#include "H5FLprivate.h" /* Free Lists */
#include "H5FOprivate.h" /* File objects */
#include "H5FSprivate.h" /* File free space */