summaryrefslogtreecommitdiffstats
path: root/src/H5Odtype.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Odtype.c')
-rw-r--r--src/H5Odtype.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/H5Odtype.c b/src/H5Odtype.c
index 398e5cb..58b68a2 100644
--- a/src/H5Odtype.c
+++ b/src/H5Odtype.c
@@ -14,13 +14,13 @@
#define H5T_PACKAGE /*prevent warning from including H5Tpkg.h */
-#include <H5private.h>
-#include <H5Eprivate.h>
-#include <H5FLprivate.h> /*Free Lists */
-#include <H5Gprivate.h>
-#include <H5MMprivate.h>
-#include <H5Oprivate.h>
-#include <H5Tpkg.h>
+#include "H5private.h"
+#include "H5Eprivate.h"
+#include "H5FLprivate.h" /*Free Lists */
+#include "H5Gprivate.h"
+#include "H5MMprivate.h"
+#include "H5Oprivate.h"
+#include "H5Tpkg.h"
#define PABLO_MASK H5O_dtype_mask