diff options
Diffstat (limited to 'src/H5FDgass.h')
-rw-r--r-- | src/H5FDgass.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5FDgass.h b/src/H5FDgass.h index f1ce6f1..88a4e69 100644 --- a/src/H5FDgass.h +++ b/src/H5FDgass.h @@ -1,6 +1,6 @@ /* - * Copyright © 1999 NCSA - * All rights reserved. + * Copyright © 1999-2001 NCSA + * All rights reserved. * * Programmer: Saurabh Bagchi <bagchi@uiuc.edu> * Tuesday, August 17, 1999 @@ -10,8 +10,8 @@ #ifndef H5FDgass_H #define H5FDgass_H -#include <H5FDpublic.h> -#include <H5Ipublic.h> +#include "H5FDpublic.h" +#include "H5Ipublic.h" #include <string.h> |