diff options
author | kmu <kmu@hdfgroup.org> | 2020-01-23 01:46:12 (GMT) |
---|---|---|
committer | kmu <kmu@hdfgroup.org> | 2020-01-23 01:46:12 (GMT) |
commit | 145ef3ceee20c28a443bd11507c58858bea3f889 (patch) | |
tree | a899cd31150c9642b74ff79e88b76c0c5f228f1f /test/cache_common.c | |
parent | 9be5b2842e307f5f5b67c7e42217ddff67b0bf61 (diff) | |
download | hdf5-145ef3ceee20c28a443bd11507c58858bea3f889.zip hdf5-145ef3ceee20c28a443bd11507c58858bea3f889.tar.gz hdf5-145ef3ceee20c28a443bd11507c58858bea3f889.tar.bz2 |
more cleanup
Diffstat (limited to 'test/cache_common.c')
-rw-r--r-- | test/cache_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache_common.c b/test/cache_common.c index 696eae3..038a0ed 100644 --- a/test/cache_common.c +++ b/test/cache_common.c @@ -17,9 +17,9 @@ * This file contains common code for tests of the cache * implemented in H5C.c */ +#include "H5private.h" #include "H5CXprivate.h" /* API Contexts */ #include "H5MMprivate.h" -#include "H5private.h" #include "cache_common.h" |