From 58f59c8e56514695cc94010e3d0da78418273603 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 3 Apr 2003 08:54:37 -0500 Subject: [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: --- src/H5Zprivate.h | 3 --- 1 file changed, 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. -- cgit v0.12