summaryrefslogtreecommitdiffstats
path: root/src/H5Oshmesg.c
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2007-02-07 17:04:21 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2007-02-07 17:04:21 (GMT)
commit5dd40af99f77add84e87b6a725de60ac7fce14c0 (patch)
tree1ad5dc007198885253732c93338811278f02fd79 /src/H5Oshmesg.c
parented7d456e512d9f2319d8ebe67feb44d842be8c07 (diff)
downloadhdf5-5dd40af99f77add84e87b6a725de60ac7fce14c0.zip
hdf5-5dd40af99f77add84e87b6a725de60ac7fce14c0.tar.gz
hdf5-5dd40af99f77add84e87b6a725de60ac7fce14c0.tar.bz2
[svn-r13254] Cleaned up superblock extension code and added some more helpful comments.
Tested on Windows, smirom, and kagiso.
Diffstat (limited to 'src/H5Oshmesg.c')
-rw-r--r--src/H5Oshmesg.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/H5Oshmesg.c b/src/H5Oshmesg.c
index c006f1c..f2c80f9 100644
--- a/src/H5Oshmesg.c
+++ b/src/H5Oshmesg.c
@@ -26,12 +26,6 @@
#include "H5Eprivate.h" /* Error handling */
#include "H5Opkg.h" /* Object headers */
#include "H5MMprivate.h" /* Memory management */
-#ifdef JAMES
-#include "H5FLprivate.h" /* Free Lists */
-#include "H5Iprivate.h" /* IDs */
-#include "H5Pprivate.h" /* Property lists */
-#endif /* JAMES */
-
static void *H5O_shmesg_decode(H5F_t *f, hid_t dxpl_id, unsigned mesg_flags, const uint8_t *p);
static herr_t H5O_shmesg_encode(H5F_t *f, hbool_t disable_shared, uint8_t *p, const void *_mesg);