[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:
This commit is contained in:
Quincey Koziol 2003-04-03 08:54:37 -05:00
parent b6fda8e13e
commit 58f59c8e56

View File

@ -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.