diff options
Diffstat (limited to 'src/H5FDdpss.h')
-rw-r--r-- | src/H5FDdpss.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5FDdpss.h b/src/H5FDdpss.h index 82d0313..851956d 100644 --- a/src/H5FDdpss.h +++ b/src/H5FDdpss.h @@ -1,6 +1,6 @@ /* - * Copyright © 1999 NCSA - * All rights reserved. + * Copyright © 1999-2001 NCSA + * All rights reserved. * * Programmer: Thomas Radke <tradke@aei-potsdam.mpg.de> * Monday, October 11, 1999 @@ -10,8 +10,8 @@ #ifndef H5FDdpss_H #define H5FDdpss_H -#include <H5public.h> /* typedef for herr_t */ -#include <H5Ipublic.h> /* typedef for hid_t */ +#include "H5public.h" /* typedef for herr_t */ +#include "H5Ipublic.h" /* typedef for hid_t */ #ifdef H5_HAVE_GRIDSTORAGE #define H5FD_DPSS (H5FD_dpss_init()) |