summaryrefslogtreecommitdiffstats
path: root/src/H5Oint.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-03-16 23:02:06 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-03-16 23:02:06 (GMT)
commit5c80d3d91284bdcd048d9325b1a601d0ddfca8bd (patch)
tree8ad7066b9cc25f160c910955555492640a9bc9ba /src/H5Oint.c
parenta98747c0f94386f7505210e78cd4b385682b0eba (diff)
downloadhdf5-5c80d3d91284bdcd048d9325b1a601d0ddfca8bd.zip
hdf5-5c80d3d91284bdcd048d9325b1a601d0ddfca8bd.tar.gz
hdf5-5c80d3d91284bdcd048d9325b1a601d0ddfca8bd.tar.bz2
- Added H5MMprivate.h #includes where needed
- Added casts to quiet H5MM_memcpy warnings - Removed char * casts from HDmemcpy
Diffstat (limited to 'src/H5Oint.c')
-rw-r--r--src/H5Oint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Oint.c b/src/H5Oint.c
index 8a10d04..570f94e 100644
--- a/src/H5Oint.c
+++ b/src/H5Oint.c
@@ -38,9 +38,7 @@
#include "H5Iprivate.h" /* IDs */
#include "H5Lprivate.h" /* Links */
#include "H5MFprivate.h" /* File memory management */
-#ifdef H5O_ENABLE_BOGUS
#include "H5MMprivate.h" /* Memory management */
-#endif /* H5O_ENABLE_BOGUS */
#include "H5Opkg.h" /* Object headers */
#include "H5VLprivate.h" /* Virtual Object Layer */