summaryrefslogtreecommitdiffstats
path: root/test/cache_common.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-18 20:09:45 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-18 20:09:45 (GMT)
commit0dc2715ecebf27c85591ad2a78a6f7fe93386d65 (patch)
treeddb9e68919e135e302bc61aea92d63b2a97eeaff /test/cache_common.c
parentbc8a7cde2f569c743f2f1885f52619caf5661d7f (diff)
downloadhdf5-0dc2715ecebf27c85591ad2a78a6f7fe93386d65.zip
hdf5-0dc2715ecebf27c85591ad2a78a6f7fe93386d65.tar.gz
hdf5-0dc2715ecebf27c85591ad2a78a6f7fe93386d65.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 819d073..cf5c497 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"