From: jongfoster Date: Sat, 22 Sep 2001 16:34:44 +0000 (+0000) Subject: Removing unneeded #includes X-Git-Tag: v_2_9_9~46 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=83c2b618ceef790210d5d5a9247ef3adae5f28a6 Removing unneeded #includes --- diff --git a/cgisimple.c b/cgisimple.c index 61ea0111..f3318c3b 100644 --- a/cgisimple.c +++ b/cgisimple.c @@ -1,4 +1,4 @@ -const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.1 2001/09/16 17:08:54 jongfoster Exp $"; +const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.2 2001/09/19 18:01:11 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgisimple.c,v $ @@ -36,6 +36,9 @@ const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.1 2001/09/16 17:08:54 jongfos * * Revisions : * $Log: cgisimple.c,v $ + * Revision 1.2 2001/09/19 18:01:11 oes + * Fixed comments; cosmetics + * * Revision 1.1 2001/09/16 17:08:54 jongfoster * Moving simple CGI functions from cgi.c to new file cgisimple.c * @@ -61,11 +64,9 @@ const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.1 2001/09/16 17:08:54 jongfos #include "cgisimple.h" #include "list.h" #include "encode.h" -#include "ssplit.h" #include "jcc.h" #include "filters.h" #include "actions.h" -#include "errlog.h" #include "miscutil.h" #include "loadcfg.h" diff --git a/killpopup.c b/killpopup.c index 8a36e584..7043deff 100644 --- a/killpopup.c +++ b/killpopup.c @@ -1,4 +1,4 @@ -const char killpopup_rcs[] = "$Id: killpopup.c,v 1.8 2001/07/30 22:08:36 jongfoster Exp $"; +const char killpopup_rcs[] = "$Id: killpopup.c,v 1.9 2001/07/31 14:44:22 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/killpopup.c,v $ @@ -32,6 +32,9 @@ const char killpopup_rcs[] = "$Id: killpopup.c,v 1.8 2001/07/30 22:08:36 jongfos * * Revisions : * $Log: killpopup.c,v $ + * Revision 1.9 2001/07/31 14:44:22 oes + * Deleted unused size parameter from filter_popups() + * * Revision 1.8 2001/07/30 22:08:36 jongfoster * Tidying up #defines: * - All feature #defines are now of the form FEATURE_xxx @@ -94,7 +97,6 @@ const char killpopup_rcs[] = "$Id: killpopup.c,v 1.8 2001/07/30 22:08:36 jongfos #include "project.h" #include "killpopup.h" -#include "jcc.h" #include "errlog.h" const char killpopup_h_rcs[] = KILLPOPUP_H_VERSION;