X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=deanimate.c;h=6a8025926bbb7f28435619b456f41c9a866ff9e4;hp=ae0d96a8ec527b6f9dc180a5860a72b64fe7e929;hb=c2f9616484d244750f40356a62b456ed50450da5;hpb=5ca53f92bc634c20fed90f338ac41561f87b834c diff --git a/deanimate.c b/deanimate.c index ae0d96a8..6a802592 100644 --- a/deanimate.c +++ b/deanimate.c @@ -7,7 +7,7 @@ * - Deanimation of GIF images * * Copyright : Written by and Copyright (C) 2001 - 2004, 2006 by the - * SourceForge Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the GIF file format specification (see * http://tronche.com/computer-graphics/gif/gif89a.html) @@ -40,8 +40,8 @@ #include #include -#include "errlog.h" #include "project.h" +#include "errlog.h" #include "deanimate.h" #include "miscutil.h"