summaryrefslogtreecommitdiffstats
path: root/test/cache_common.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-18 20:07:42 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-18 20:07:51 (GMT)
commitc71198997b60a01b41cabf7a3d3fe61e1e8cee3d (patch)
treedae85fb02fda55cdb605bb546b1bc0b3827e702c /test/cache_common.c
parent76a406091d316efe2c467c47b54962eeabb35982 (diff)
downloadhdf5-c71198997b60a01b41cabf7a3d3fe61e1e8cee3d.zip
hdf5-c71198997b60a01b41cabf7a3d3fe61e1e8cee3d.tar.gz
hdf5-c71198997b60a01b41cabf7a3d3fe61e1e8cee3d.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 96c146c..2e24bda 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"