diff options
Diffstat (limited to 'test/tfile.c')
-rw-r--r-- | test/tfile.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/tfile.c b/test/tfile.c index c9be023..c2bf726 100644 --- a/test/tfile.c +++ b/test/tfile.c @@ -20,11 +20,11 @@ * *************************************************************/ -#include <testhdf5.h> +#include "testhdf5.h" -#include <H5private.h> -#include <H5Bprivate.h> -#include <H5Pprivate.h> +#include "H5private.h" +#include "H5Bprivate.h" +#include "H5Pprivate.h" #define F1_USERBLOCK_SIZE (hsize_t)0 #define F1_OFFSET_SIZE sizeof(haddr_t) |