diff options
Diffstat (limited to 'test/tmeta.c')
-rw-r--r-- | test/tmeta.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/tmeta.c b/test/tmeta.c index 8b4c161..7f64aa0 100644 --- a/test/tmeta.c +++ b/test/tmeta.c @@ -20,10 +20,10 @@ * *************************************************************/ -#include <testhdf5.h> +#include "testhdf5.h" -#include <H5private.h> -#include <H5Fprivate.h> +#include "H5private.h" +#include "H5Fprivate.h" #define TEST_INT16_VALUE -7641 #define TEST_UINT16_VALUE 45002 |