summaryrefslogtreecommitdiffstats
path: root/src/H5AC.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5AC.c')
-rw-r--r--src/H5AC.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/H5AC.c b/src/H5AC.c
index 09eaded..6c7d20e 100644
--- a/src/H5AC.c
+++ b/src/H5AC.c
@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
- * Copyright (C) 1997 National Center for Supercomputing Applications.
- * All rights reserved.
+ * Copyright (C) 1997-2001 National Center for Supercomputing Applications
+ * All rights reserved.
*
*-------------------------------------------------------------------------
*
@@ -26,12 +26,12 @@
#define H5F_PACKAGE /*suppress error about including H5Fpkg */
-#include <H5private.h>
-#include <H5ACprivate.h>
-#include <H5Eprivate.h>
-#include <H5Fpkg.h>
-#include <H5FLprivate.h> /*Free Lists */
-#include <H5MMprivate.h>
+#include "H5private.h"
+#include "H5ACprivate.h"
+#include "H5Eprivate.h"
+#include "H5Fpkg.h"
+#include "H5FLprivate.h" /*Free Lists */
+#include "H5MMprivate.h"
/*
* Sorting the cache by address before flushing is sometimes faster