From: Fabian Keil Date: Wed, 21 May 2008 19:27:25 +0000 (+0000) Subject: As the wafer actions are gone, we can stop including encode.h. X-Git-Tag: v_3_0_9~82 X-Git-Url: http://www.privoxy.org/gitweb/%40proxy-info-url%40?a=commitdiff_plain;h=ab4ae55aa26d51c2820e3e588937df2aeeba2e91;p=privoxy.git As the wafer actions are gone, we can stop including encode.h. --- diff --git a/parsers.c b/parsers.c index 4617dde1..a1f1f4f2 100644 --- a/parsers.c +++ b/parsers.c @@ -1,4 +1,4 @@ -const char parsers_rcs[] = "$Id: parsers.c,v 1.132 2008/05/21 15:47:14 fabiankeil Exp $"; +const char parsers_rcs[] = "$Id: parsers.c,v 1.133 2008/05/21 15:50:47 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.c,v $ @@ -44,6 +44,9 @@ const char parsers_rcs[] = "$Id: parsers.c,v 1.132 2008/05/21 15:47:14 fabiankei * * Revisions : * $Log: parsers.c,v $ + * Revision 1.133 2008/05/21 15:50:47 fabiankeil + * Ditch cast from (char **) to (char **). + * * Revision 1.132 2008/05/21 15:47:14 fabiankeil * Streamline sed()'s prototype and declare * the header parse and add structures static. @@ -833,7 +836,6 @@ const char parsers_rcs[] = "$Id: parsers.c,v 1.132 2008/05/21 15:47:14 fabiankei #endif /* def FEATURE_PTHREAD */ #include "list.h" #include "parsers.h" -#include "encode.h" #include "ssplit.h" #include "errlog.h" #include "jbsockets.h"