diff options
Diffstat (limited to 'test/lheap.c')
-rw-r--r-- | test/lheap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lheap.c b/test/lheap.c index fc1780b..0d771cf 100644 --- a/test/lheap.c +++ b/test/lheap.c @@ -7,9 +7,9 @@ * * Purpose: Test local heaps used by symbol tables (groups). */ -#include <h5test.h> -#include <H5HLprivate.h> -#include <H5Iprivate.h> +#include "h5test.h" +#include "H5HLprivate.h" +#include "H5Iprivate.h" const char *FILENAME[] = { "lheap", |