summaryrefslogtreecommitdiffstats
path: root/test/hyperslab.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/hyperslab.c')
-rw-r--r--test/hyperslab.c6
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__