diff options
Diffstat (limited to 'src/H5Bprivate.h')
-rw-r--r-- | src/H5Bprivate.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/H5Bprivate.h b/src/H5Bprivate.h index 7effb7f..a8d0139 100644 --- a/src/H5Bprivate.h +++ b/src/H5Bprivate.h @@ -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. * *------------------------------------------------------------------------- * @@ -17,12 +17,12 @@ #ifndef _H5Bprivate_H #define _H5Bprivate_H -#include <H5Bpublic.h> /*API prototypes */ +#include "H5Bpublic.h" /*API prototypes */ /* Private headers needed by this file */ -#include <H5private.h> -#include <H5Fprivate.h> -#include <H5ACprivate.h> /*cache */ +#include "H5private.h" +#include "H5Fprivate.h" +#include "H5ACprivate.h" /*cache */ /* * Feature: Define this constant if you want to check B-tree consistency |