summaryrefslogtreecommitdiffstats
path: root/src/H5FDgass.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDgass.c')
-rw-r--r--src/H5FDgass.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/H5FDgass.c b/src/H5FDgass.c
index 6763875..9151440 100644
--- a/src/H5FDgass.c
+++ b/src/H5FDgass.c
@@ -1,6 +1,6 @@
/*
- * Copyright © 1999 NCSA
- * All rights reserved.
+ * Copyright © 1999-2001 NCSA
+ * All rights reserved.
*
* Programmer: Saurabh Bagchi (bagchi@uiuc.edu)
* Thursday, August 12 -Tuesday, August 17, 1999
@@ -8,13 +8,13 @@
* Purpose: This is the GASS I/O driver.
*
*/
-#include <H5private.h> /*library functions */
-#include <H5Eprivate.h> /*error handling */
-#include <H5Fprivate.h> /*files */
-#include <H5FDprivate.h> /*file driver */
-#include <H5FDgass.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 "H5FDgass.h" /* Core file driver */
+#include "H5MMprivate.h" /* Memory allocation */
+#include "H5Pprivate.h" /*property lists */
#undef MAX