summaryrefslogtreecommitdiffstats
path: root/src/H5Distore.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-04-29 20:13:49 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-04-29 20:13:49 (GMT)
commitb05a1c671317403994e4bff5564563f41d348eea (patch)
tree97245dc33498888a05394a888d47a22acb06580c /src/H5Distore.c
parent789e672956c99300d6e22f602fae5bc2fe286ce6 (diff)
downloadhdf5-b05a1c671317403994e4bff5564563f41d348eea.zip
hdf5-b05a1c671317403994e4bff5564563f41d348eea.tar.gz
hdf5-b05a1c671317403994e4bff5564563f41d348eea.tar.bz2
[svn-r18671] Description:
Mostly minor code cleanups and reformatting to better set up udata parameters when protecting metadata cache entries. Also, some changes to better align with state of code on the trunk. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug (h5committest not required on this branch)
Diffstat (limited to 'src/H5Distore.c')
-rw-r--r--src/H5Distore.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5Distore.c b/src/H5Distore.c
index 7755c75..e824c26 100644
--- a/src/H5Distore.c
+++ b/src/H5Distore.c
@@ -60,11 +60,7 @@
#include "H5FLprivate.h" /* Free Lists */
#include "H5Iprivate.h" /* IDs */
#include "H5MFprivate.h" /* File space management */
-#include "H5MMprivate.h" /* Memory management */
#include "H5Oprivate.h" /* Object headers */
-#include "H5Pprivate.h" /* Property lists */
-#include "H5Sprivate.h" /* Dataspaces */
-#include "H5SLprivate.h" /* Skip lists */
#include "H5Vprivate.h" /* Vector and array functions */
/****************/