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/cache.c | |
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/cache.c')
-rw-r--r-- | test/cache.c | 3 |
1 files changed, 0 insertions, 3 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" |