summaryrefslogtreecommitdiffstats
path: root/src/H5FDgass.h
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-10-07 16:51:49 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-10-07 16:51:49 (GMT)
commit20e748496e281cf068227fed2bcbe0aeca09bd7b (patch)
tree2dea5d5d3e18311329f61f03b69ca9e9a654950c /src/H5FDgass.h
parent766d480daf98b8d0aad9e767202fbe21ad101c48 (diff)
downloadhdf5-20e748496e281cf068227fed2bcbe0aeca09bd7b.zip
hdf5-20e748496e281cf068227fed2bcbe0aeca09bd7b.tar.gz
hdf5-20e748496e281cf068227fed2bcbe0aeca09bd7b.tar.bz2
[svn-r1732] Changes since 19991007
---------------------- ./src/H5FDcore.c Includes private headers instead of public in order to use the `UNUSED' macro. ./src/H5FDpublic.h Includes H5public.h just in case. ./src/H5P.c Removed two unused variables in H5P_copy() ./src/H5FDgass.h Fixed a C++ comment after a `#endif' ./src/Makefile.in The H5FDgass.h file is public and must be installed in order for applications to be able to use HDF5. ./tools/h5tools.c Removed an unused variable.
Diffstat (limited to 'src/H5FDgass.h')
-rw-r--r--src/H5FDgass.h4
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 */
+