00001 /* This file just puts all the ZIP files together -- to make the compression 00002 * run faster and to fix a bug with the 'level' variable declared as static. 00003 * Michal Kapalka (kapalka@icslab.agh.edu.pl), CERN, openlab, August 2003 00004 */ 00005 00006 #include "ZIP.h" 00007 #include "ZDeflate.h" 00008 #include "Bits.h" 00009 #include "ZTrees.h"