summaryrefslogtreecommitdiffstats
path: root/src/H5FDcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDcore.c')
-rw-r--r--src/H5FDcore.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/H5FDcore.c b/src/H5FDcore.c
index ae70cbe..b971237 100644
--- a/src/H5FDcore.c
+++ b/src/H5FDcore.c
@@ -1,6 +1,6 @@
/*
- * Copyright © 1999 NCSA
- * All rights reserved.
+ * Copyright © 1999-2001 NCSA
+ * All rights reserved.
*
* Programmer: Robb Matzke <matzke@llnl.gov>
* Tuesday, August 10, 1999
@@ -9,13 +9,13 @@
* only the HDF5 public API. This driver is useful for fast
* access to small, temporary hdf5 files.
*/
-#include <H5private.h> /*library functions */
-#include <H5Eprivate.h> /*error handling */
-#include <H5Fprivate.h> /*files */
-#include <H5FDprivate.h> /*file driver */
-#include <H5FDcore.h> /* Core file driver */
-#include <H5MMprivate.h> /* Memory allocation */
-#include <H5Pprivate.h> /*property lists */
+#include "H5private.h" /*library functions */
+#include "H5Eprivate.h" /*error handling */
+#include "H5Fprivate.h" /*files */
+#include "H5FDprivate.h" /*file driver */
+#include "H5FDcore.h" /* Core file driver */
+#include "H5MMprivate.h" /* Memory allocation */
+#include "H5Pprivate.h" /*property lists */
#undef MAX
#define MAX(X,Y) ((X)>(Y)?(X):(Y))