mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
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
This commit is contained in:
commit
0a043cd646
@ -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"
|
||||
|
||||
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
/* ============ */
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user