summaryrefslogtreecommitdiffstats
path: root/test/cache_common.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-02-02 20:44:53 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-02-02 20:44:53 (GMT)
commit0a043cd64640c859c22491dfdd09c4dcd1360e3e (patch)
tree7551268fdf278eb58a567158827391b3ec537de7 /test/cache_common.c
parentbe955c5e792ff642c259c25999a86c6007682019 (diff)
parent2b383bb8ffdfb5856bb2b960a1c93fc8d9fdb163 (diff)
downloadhdf5-0a043cd64640c859c22491dfdd09c4dcd1360e3e.zip
hdf5-0a043cd64640c859c22491dfdd09c4dcd1360e3e.tar.gz
hdf5-0a043cd64640c859c22491dfdd09c4dcd1360e3e.tar.bz2
Merge pull request #278 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-10124-compile-error-on-vs2012 to develop
* commit '2b383bb8ffdfb5856bb2b960a1c93fc8d9fdb163': HDFFV-10124 Using cache_common.h contains other include files
Diffstat (limited to 'test/cache_common.c')
-rw-r--r--test/cache_common.c3
1 files changed, 0 insertions, 3 deletions
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"