diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-06-11 19:53:30 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-06-11 19:53:30 (GMT) |
commit | bea931d73cb9db08ac220393c2cb59dd6326a8ef (patch) | |
tree | 2a3852ebb0641453477852bf0c93be5b06e99335 /src/H5Ppublic.h | |
parent | d9348f3763294259cc75f15bd255133c820112db (diff) | |
download | hdf5-bea931d73cb9db08ac220393c2cb59dd6326a8ef.zip hdf5-bea931d73cb9db08ac220393c2cb59dd6326a8ef.tar.gz hdf5-bea931d73cb9db08ac220393c2cb59dd6326a8ef.tar.bz2 |
[svn-r3983] Purpose:
Code cleanups
Description:
Fixed a small number of warnings and also took out the H5private.h
header from H5Ppublic.h
Platforms tested:
FreeBSD 4.3 (hawkwind)
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index d4749b0..1d3ead2 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -20,7 +20,6 @@ /* Default Template for creation, access, etc. templates */ #define H5P_DEFAULT 0 -#include "H5private.h" /* Public headers needed by this file */ #include "H5public.h" #include "H5Ipublic.h" |