From: Shamus Hammons Date: Fri, 29 Aug 2003 19:50:11 +0000 (+0000) Subject: Minor, insignificant changes X-Git-Tag: 1.0.6~52 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc758656c7425eec3ecb0dd3ccbeb95ae700c482;p=virtualjaguar Minor, insignificant changes --- diff --git a/src/unzip.c b/src/unzip.c index 364f7c0..ea5ef26 100644 --- a/src/unzip.c +++ b/src/unzip.c @@ -4,16 +4,15 @@ // Added by James L. Hammons // -#include "unzip.h" -//#include "driver.h" -#include "log.h" - #include #include #include #include #include +#include "unzip.h" +#include "log.h" + /* public globals */ int gUnzipQuiet = 0; /* flag controls error messages */