summaryrefslogtreecommitdiffstats
path: root/test/ttsafe.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/ttsafe.h')
-rw-r--r--test/ttsafe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ttsafe.h b/test/ttsafe.h
index 2359764..458a087 100644
--- a/test/ttsafe.h
+++ b/test/ttsafe.h
@@ -19,15 +19,15 @@
#ifndef HDF5TEST_H
#define HDF5TEST_H
-#include <hdf5.h>
#include <string.h>
/*
* Include required headers. This file tests internal library functions,
* so we include the private headers here.
*/
-#include <H5private.h>
-#include <H5Eprivate.h>
+#include "hdf5.h"
+#include "H5private.h"
+#include "H5Eprivate.h"
#ifdef H5_HAVE_THREADSAFE
/* Include pthread library for threadsafe tests */