X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=deanimate.c;h=b0ba14e9dbb044bb46865b3fb2891fc9f6e696e3;hp=73dd5461d17e9f46a044b5b3821c86bd935add2a;hb=29aff70c9341505c82124964f20e2213dd04de81;hpb=f7ba9280222e07866b3a91f1cb6e28763c4422c6 diff --git a/deanimate.c b/deanimate.c index 73dd5461..b0ba14e9 100644 --- a/deanimate.c +++ b/deanimate.c @@ -1,4 +1,4 @@ -const char deanimate_rcs[] = "$Id: deanimate.c,v 1.1 2001/07/13 13:40:09 oes Exp $"; +const char deanimate_rcs[] = "$Id: deanimate.c,v 1.2 2001/07/13 13:46:20 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/deanimate.c,v $ @@ -37,16 +37,22 @@ const char deanimate_rcs[] = "$Id: deanimate.c,v 1.1 2001/07/13 13:40:09 oes Exp * * Revisions : * $Log: deanimate.c,v $ + * Revision 1.2 2001/07/13 13:46:20 oes + * Introduced GIF deanimation feature + * * **********************************************************************/ #include "config.h" -#include "project.h" -#include "deanimate.h" +#include #include +#include "project.h" +#include "deanimate.h" +#include "miscutil.h" + const char deanimate_h_rcs[] = DEANIMATE_H_VERSION; /*********************************************************************