summaryrefslogtreecommitdiffstats
path: root/src/H5Pdxpl.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-09-09 05:26:45 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-09-09 05:26:45 (GMT)
commit2132f544596c2e12e86cebf4c1cc6b1d38ffa80d (patch)
treed17ac23bffa90dd2f7b0880f76b8fdc860023f37 /src/H5Pdxpl.c
parent776b41a62a329222db2fd43a550139c5d3cc80fa (diff)
downloadhdf5-2132f544596c2e12e86cebf4c1cc6b1d38ffa80d.zip
hdf5-2132f544596c2e12e86cebf4c1cc6b1d38ffa80d.tar.gz
hdf5-2132f544596c2e12e86cebf4c1cc6b1d38ffa80d.tar.bz2
[svn-r27707] Description:
Misc. minor cleanups in preparation for merging "metadata rings" branch to trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (Too minor to require h5committest)
Diffstat (limited to 'src/H5Pdxpl.c')
-rw-r--r--src/H5Pdxpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Pdxpl.c b/src/H5Pdxpl.c
index b5bc720..cea94e3 100644
--- a/src/H5Pdxpl.c
+++ b/src/H5Pdxpl.c
@@ -34,7 +34,7 @@
/* Headers */
/***********/
#include "H5private.h" /* Generic Functions */
-#include "H5ACprivate.h" /* Cache */
+#include "H5ACprivate.h" /* Cache */
#include "H5Dprivate.h" /* Datasets */
#include "H5Eprivate.h" /* Error handling */
#include "H5Iprivate.h" /* IDs */