From 2b383bb8ffdfb5856bb2b960a1c93fc8d9fdb163 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 2 Feb 2017 11:55:01 -0600 Subject: HDFFV-10124 Using cache_common.h contains other include files --- test/cache.c | 3 --- test/cache_api.c | 3 --- test/cache_common.c | 3 --- test/cache_tagging.c | 3 --- test/genall5.c | 5 ----- 5 files changed, 17 deletions(-) diff --git a/test/cache.c b/test/cache.c index 9ca48e7..a2bfa91 100644 --- a/test/cache.c +++ b/test/cache.c @@ -19,9 +19,6 @@ * This file contains tests for the cache implemented in * H5C.c */ -#include "h5test.h" -#include "H5Iprivate.h" -#include "H5ACprivate.h" #include "cache_common.h" diff --git a/test/cache_api.c b/test/cache_api.c index 1d3c9cf..a0d6e83 100644 --- a/test/cache_api.c +++ b/test/cache_api.c @@ -20,9 +20,6 @@ * with the cache implemented in H5C.c */ -#include "h5test.h" -#include "H5Iprivate.h" -#include "H5ACprivate.h" #include "cache_common.h" /* extern declarations */ diff --git a/test/cache_common.c b/test/cache_common.c index 59328f7..bb526c1 100644 --- a/test/cache_common.c +++ b/test/cache_common.c @@ -19,9 +19,6 @@ * This file contains common code for tests of the cache * implemented in H5C.c */ -#include "h5test.h" -#include "H5Cprivate.h" -#include "H5Iprivate.h" #include "H5MFprivate.h" #include "H5MMprivate.h" #include "cache_common.h" diff --git a/test/cache_tagging.c b/test/cache_tagging.c index 473851e..74321d3 100644 --- a/test/cache_tagging.c +++ b/test/cache_tagging.c @@ -21,11 +21,8 @@ #include "H5Fpkg.h" #include "testhdf5.h" -#include "h5test.h" #include "cache_common.h" -#include "H5Iprivate.h" -#include "H5ACprivate.h" #include "H5HLprivate.h" /* ============ */ diff --git a/test/genall5.c b/test/genall5.c index 1d92e96..8a1e853 100644 --- a/test/genall5.c +++ b/test/genall5.c @@ -21,11 +21,6 @@ * of the same name. */ -#include -#include -#include -#include -#include "hdf5.h" #include "cache_common.h" #include "genall5.h" -- cgit v0.12