summaryrefslogtreecommitdiffstats
path: root/test/cache_common.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-18 18:44:27 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:21 (GMT)
commit2cff38d38e3462e714f8673a56bc513267f0823d (patch)
tree5ceacb0390bacd56d16409daedde054acaae0a2e /test/cache_common.c
parent091b45c02d942645bdf80394208debff474e94f2 (diff)
downloadhdf5-2cff38d38e3462e714f8673a56bc513267f0823d.zip
hdf5-2cff38d38e3462e714f8673a56bc513267f0823d.tar.gz
hdf5-2cff38d38e3462e714f8673a56bc513267f0823d.tar.bz2
Fix include to correct memory calls - big-endian issue.
Diffstat (limited to 'test/cache_common.c')
-rw-r--r--test/cache_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cache_common.c b/test/cache_common.c
index 0820f74..a82fa67 100644
--- a/test/cache_common.c
+++ b/test/cache_common.c
@@ -18,7 +18,6 @@
* implemented in H5C.c
*/
#include "H5CXprivate.h" /* API Contexts */
-#include "H5MFprivate.h"
#include "H5MMprivate.h"
#include "cache_common.h"