diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-04-03 13:54:37 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-04-03 13:54:37 (GMT) |
commit | 58f59c8e56514695cc94010e3d0da78418273603 (patch) | |
tree | e4332734cece70613192110b7d7ccb47d9401983 /src | |
parent | b6fda8e13e836bd7f0f55ec42e4fe73e847a25a8 (diff) | |
download | hdf5-58f59c8e56514695cc94010e3d0da78418273603.zip hdf5-58f59c8e56514695cc94010e3d0da78418273603.tar.gz hdf5-58f59c8e56514695cc94010e3d0da78418273603.tar.bz2 |
[svn-r6580] Purpose:
Code cleanup
Description:
Removed 'szlib.h' header, moving it to the H5Zszip.c filter code.
Solution:
Platforms tested:
FreeBSD 4.8 (sleipnir)
IRIX64 6.5 (modi4) w/parallel
Misc. update:
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Zprivate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Zprivate.h b/src/H5Zprivate.h index 9d7d25c..6f90e76 100644 --- a/src/H5Zprivate.h +++ b/src/H5Zprivate.h @@ -23,9 +23,6 @@ #include "H5Fprivate.h" #include "H5Ppublic.h" -#ifdef H5_HAVE_SZLIB_H -#include "szlib.h" -#endif /* * The filter table maps filter identification numbers to structs that * contain a pointers to the filter function and timing statistics. |