mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
HDFFV-10124 Using cache_common.h contains other include files
This commit is contained in:
parent
be955c5e79
commit
2b383bb8ff
@ -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