summaryrefslogtreecommitdiffstats
path: root/test/cache_common.c
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2020-01-23 01:46:12 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:51 (GMT)
commitaf79e1613e4febe5916f4a30388de520f0db3abb (patch)
tree52108344e6ff1447dd7ef8ea76facdcd59e782fb /test/cache_common.c
parent364d25abea82868371521dbc2a352ca862065485 (diff)
downloadhdf5-af79e1613e4febe5916f4a30388de520f0db3abb.zip
hdf5-af79e1613e4febe5916f4a30388de520f0db3abb.tar.gz
hdf5-af79e1613e4febe5916f4a30388de520f0db3abb.tar.bz2
more cleanup
Diffstat (limited to 'test/cache_common.c')
-rw-r--r--test/cache_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache_common.c b/test/cache_common.c
index 92c6e53..792bd87 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"