diff options
Diffstat (limited to 'src/H5FDgass.h')
-rw-r--r-- | src/H5FDgass.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDgass.h b/src/H5FDgass.h index 94cabbd..f303c3a 100644 --- a/src/H5FDgass.h +++ b/src/H5FDgass.h @@ -12,7 +12,6 @@ #include <H5FDpublic.h> #include <H5Ipublic.h> -#include <H5Eprivate.h> #include <string.h> @@ -45,4 +44,5 @@ herr_t H5Pget_fapl_gass(hid_t fapl_id, GASS_Info *info/*out*/); #endif -#endif // H5FDgass_H +#endif /* H5FDgass_H */ + |