diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-02-02 17:55:01 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-02-02 17:55:01 (GMT) |
commit | 2b383bb8ffdfb5856bb2b960a1c93fc8d9fdb163 (patch) | |
tree | 7551268fdf278eb58a567158827391b3ec537de7 /test | |
parent | be955c5e792ff642c259c25999a86c6007682019 (diff) | |
download | hdf5-2b383bb8ffdfb5856bb2b960a1c93fc8d9fdb163.zip hdf5-2b383bb8ffdfb5856bb2b960a1c93fc8d9fdb163.tar.gz hdf5-2b383bb8ffdfb5856bb2b960a1c93fc8d9fdb163.tar.bz2 |
HDFFV-10124 Using cache_common.h contains other include files
Diffstat (limited to 'test')
-rw-r--r-- | test/cache.c | 3 | ||||
-rw-r--r-- | test/cache_api.c | 3 | ||||
-rw-r--r-- | test/cache_common.c | 3 | ||||
-rw-r--r-- | test/cache_tagging.c | 3 | ||||
-rw-r--r-- | test/genall5.c | 5 |
5 files changed, 0 insertions, 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 <assert.h> -#include <stdbool.h> -#include <stdlib.h> -#include <string.h> -#include "hdf5.h" #include "cache_common.h" #include "genall5.h" |