summaryrefslogtreecommitdiffstats
path: root/src/H5FDlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDlog.c')
-rw-r--r--src/H5FDlog.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/H5FDlog.c b/src/H5FDlog.c
index 74e8bde..86b3159 100644
--- a/src/H5FDlog.c
+++ b/src/H5FDlog.c
@@ -1,6 +1,6 @@
/*
- * Copyright © 2000 NCSA
- * All rights reserved.
+ * Copyright © 2000-2001 NCSA
+ * All rights reserved.
*
* Programmer: Quincey Koziol <koziol@ncsa.uiuc.edu>
* Monday, April 17, 2000
@@ -14,14 +14,14 @@
* With custom modifications...
*/
-#include <H5private.h> /*library functions */
-#include <H5Eprivate.h> /*error handling */
-#include <H5Fprivate.h> /*files */
-#include <H5FDprivate.h> /*file driver */
-#include <H5FDlog.h> /* logging file driver */
-#include <H5FLprivate.h> /*Free Lists */
-#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 "H5FDlog.h" /* logging file driver */
+#include "H5FLprivate.h" /*Free Lists */
+#include "H5MMprivate.h" /* Memory allocation */
+#include "H5Pprivate.h" /*property lists */
#ifdef MAX