summaryrefslogtreecommitdiffstats
path: root/src/H5Tpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tpublic.h')
-rw-r--r--src/H5Tpublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Tpublic.h b/src/H5Tpublic.h
index 160f642..716cf0d 100644
--- a/src/H5Tpublic.h
+++ b/src/H5Tpublic.h
@@ -17,8 +17,8 @@
#define _H5Tpublic_H
/* Public headers needed by this file */
-#include <H5public.h>
-#include <H5Ipublic.h>
+#include "H5public.h"
+#include "H5Ipublic.h"
#define HOFFSET(S,M) (offsetof(S,M))