summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r--test/testhdf5.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h
index cc5f8b6..d60c229 100644
--- a/test/testhdf5.h
+++ b/test/testhdf5.h
@@ -23,8 +23,8 @@
* Include required headers. This file tests internal library functions,
* so we include the private headers here.
*/
-#include <H5private.h>
-#include <H5Eprivate.h>
+#include "H5private.h"
+#include "H5Eprivate.h"
#ifndef HDF5_TEST_MASTER
extern int num_errs;