summaryrefslogtreecommitdiffstats
path: root/src/H5S.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5S.c')
-rw-r--r--src/H5S.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/H5S.c b/src/H5S.c
index e0213a4..0caf845 100644
--- a/src/H5S.c
+++ b/src/H5S.c
@@ -15,13 +15,13 @@
#define H5S_PACKAGE /*suppress error about including H5Spkg */
#define _H5S_IN_H5S_C
-#include <H5private.h> /* Generic Functions */
-#include <H5Iprivate.h> /* ID Functions */
-#include <H5Eprivate.h> /* Error handling */
-#include <H5FLprivate.h> /* Free Lists */
-#include <H5MMprivate.h> /* Memory Management functions */
-#include <H5Oprivate.h> /* object headers */
-#include <H5Spkg.h> /* Data-space functions */
+#include "H5private.h" /* Generic Functions */
+#include "H5Iprivate.h" /* ID Functions */
+#include "H5Eprivate.h" /* Error handling */
+#include "H5FLprivate.h" /* Free Lists */
+#include "H5MMprivate.h" /* Memory Management functions */
+#include "H5Oprivate.h" /* object headers */
+#include "H5Spkg.h" /* Data-space functions */
/* Interface initialization */
#define PABLO_MASK H5S_mask