diff options
Diffstat (limited to 'test/hyperslab.c')
-rw-r--r-- | test/hyperslab.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c index f2eeb2b..e328977 100644 --- a/test/hyperslab.c +++ b/test/hyperslab.c @@ -11,9 +11,9 @@ * because testing general dimensionalities would require us to * rewrite much of the hyperslab stuff. */ -#include <H5private.h> -#include <H5MMprivate.h> -#include <H5Vprivate.h> +#include "H5private.h" +#include "H5MMprivate.h" +#include "H5Vprivate.h" #ifndef H5_HAVE_FUNCTION #undef __FUNCTION__ |