HDFFV-10124 Using cache_common.h contains other include files

This commit is contained in:
Allen Byrne 2017-02-02 11:55:01 -06:00
parent be955c5e79
commit 2b383bb8ff
5 changed files with 0 additions and 17 deletions

View File

@ -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"

View File

@ -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 */

View File

@ -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"

View File

@ -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"
/* ============ */

View File

@ -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"