summaryrefslogtreecommitdiffstats
path: root/src/H5E.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5E.c')
-rw-r--r--src/H5E.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/H5E.c b/src/H5E.c
index 11fb11b..33577be 100644
--- a/src/H5E.c
+++ b/src/H5E.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1998 NCSA HDF
- * All rights reserved.
+ * Copyright (C) 1998-2001 NCSA HDF
+ * All rights reserved.
*
* Purpose: Provides error handling in the form of a stack. The
* FUNC_ENTER() macro clears the error stack whenever an API
@@ -28,10 +28,10 @@
* errors within the H5E package.
*
*/
-#include <H5private.h> /* Generic Functions */
-#include <H5Iprivate.h> /* IDs */
-#include <H5Eprivate.h> /* Private error routines */
-#include <H5MMprivate.h> /* Memory management */
+#include "H5private.h" /* Generic Functions */
+#include "H5Iprivate.h" /* IDs */
+#include "H5Eprivate.h" /* Private error routines */
+#include "H5MMprivate.h" /* Memory management */
#define PABLO_MASK H5E_mask