From a7c60ebfa31570ad116b7777c0e24b2b86a46599 Mon Sep 17 00:00:00 2001 From: jongfoster Date: Sun, 16 Sep 2001 17:05:14 +0000 Subject: [PATCH] Removing unused #include showarg.h --- cgiedit.c | 11 ++++++++--- filters.c | 9 ++++----- jcc.c | 6 ++++-- parsers.c | 6 ++++-- 4 files changed, 20 insertions(+), 12 deletions(-) diff --git a/cgiedit.c b/cgiedit.c index 4b727c8f..312ecd75 100644 --- a/cgiedit.c +++ b/cgiedit.c @@ -1,4 +1,4 @@ -const char cgiedit_rcs[] = "$Id: cgi.c,v 1.25 2001/09/16 15:02:35 jongfoster Exp $"; +const char cgiedit_rcs[] = "$Id: cgiedit.c,v 1.1 2001/09/16 15:47:37 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgiedit.c,v $ @@ -34,7 +34,13 @@ const char cgiedit_rcs[] = "$Id: cgi.c,v 1.25 2001/09/16 15:02:35 jongfoster Exp * Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Revisions : - * $Log: cgi.c,v $ + * $Log: cgiedit.c,v $ + * Revision 1.1 2001/09/16 15:47:37 jongfoster + * First version of CGI-based edit interface. This is very much a + * work-in-progress, and you can't actually use it to edit anything + * yet. You must #define FEATURE_CGI_EDIT_ACTIONS for these changes + * to have any effect. + * * **********************************************************************/ @@ -67,7 +73,6 @@ const char cgiedit_rcs[] = "$Id: cgi.c,v 1.25 2001/09/16 15:02:35 jongfoster Exp #include "actions.h" #include "errlog.h" #include "miscutil.h" -#include "showargs.h" #include "loadcfg.h" const char cgiedit_h_rcs[] = CGIEDIT_H_VERSION; diff --git a/filters.c b/filters.c index aa798bcd..fc6917e5 100644 --- a/filters.c +++ b/filters.c @@ -1,4 +1,4 @@ -const char filters_rcs[] = "$Id: filters.c,v 1.31 2001/09/16 11:38:02 jongfoster Exp $"; +const char filters_rcs[] = "$Id: filters.c,v 1.32 2001/09/16 13:21:27 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/filters.c,v $ @@ -38,6 +38,9 @@ const char filters_rcs[] = "$Id: filters.c,v 1.31 2001/09/16 11:38:02 jongfoster * * Revisions : * $Log: filters.c,v $ + * Revision 1.32 2001/09/16 13:21:27 jongfoster + * Changes to use new list functions. + * * Revision 1.31 2001/09/16 11:38:02 jongfoster * Splitting fill_template() into 2 functions: * template_load() loads the file @@ -291,12 +294,8 @@ const char filters_rcs[] = "$Id: filters.c,v 1.31 2001/09/16 11:38:02 jongfoster #include "project.h" #include "filters.h" #include "encode.h" -#include "jcc.h" -#include "showargs.h" #include "parsers.h" #include "ssplit.h" -#include "gateway.h" -#include "jbsockets.h" #include "errlog.h" #include "jbsockets.h" #include "miscutil.h" diff --git a/jcc.c b/jcc.c index 528b7480..a89df36c 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.39 2001/09/16 13:21:27 jongfoster Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.40 2001/09/16 15:41:45 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -33,6 +33,9 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.39 2001/09/16 13:21:27 jongfoster Exp $"; * * Revisions : * $Log: jcc.c,v $ + * Revision 1.40 2001/09/16 15:41:45 jongfoster + * Fixing signed/unsigned comparison warning. + * * Revision 1.39 2001/09/16 13:21:27 jongfoster * Changes to use new list functions. * @@ -338,7 +341,6 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.39 2001/09/16 13:21:27 jongfoster Exp $"; #include "jcc.h" #include "filters.h" #include "loaders.h" -#include "showargs.h" #include "parsers.h" #include "killpopup.h" #include "miscutil.h" diff --git a/parsers.c b/parsers.c index dfdde1f4..8b0a8911 100644 --- a/parsers.c +++ b/parsers.c @@ -1,4 +1,4 @@ -const char parsers_rcs[] = "$Id: parsers.c,v 1.24 2001/09/13 23:05:50 jongfoster Exp $"; +const char parsers_rcs[] = "$Id: parsers.c,v 1.25 2001/09/16 13:21:27 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.c,v $ @@ -41,6 +41,9 @@ const char parsers_rcs[] = "$Id: parsers.c,v 1.24 2001/09/13 23:05:50 jongfoster * * Revisions : * $Log: parsers.c,v $ + * Revision 1.25 2001/09/16 13:21:27 jongfoster + * Changes to use new list functions. + * * Revision 1.24 2001/09/13 23:05:50 jongfoster * Changing the string paramater to the header parsers a "const". * @@ -241,7 +244,6 @@ const char parsers_rcs[] = "$Id: parsers.c,v 1.24 2001/09/13 23:05:50 jongfoster #include "encode.h" #include "filters.h" #include "loaders.h" -#include "showargs.h" #include "jcc.h" #include "ssplit.h" #include "errlog.h" -- 2.39.2