diff options
Diffstat (limited to 'src/H5HLprivate.h')
-rw-r--r-- | src/H5HLprivate.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5HLprivate.h b/src/H5HLprivate.h index 915b248..3385aed 100644 --- a/src/H5HLprivate.h +++ b/src/H5HLprivate.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,11 +17,11 @@ #ifndef _H5HLprivate_H #define _H5HLprivate_H -#include <H5HLpublic.h> +#include "H5HLpublic.h" /* Private headers needed by this file. */ -#include <H5private.h> -#include <H5Fprivate.h> +#include "H5private.h" +#include "H5Fprivate.h" /* * Feature: Define H5HL_DEBUG on the compiler command line if you want to |