Update of /cvsroot/bogofilter/bogofilter
In directory sc8-pr-cvs1:/tmp/cvs-serv18126
Modified Files:
Tag: mime
method.c graham.c
Log Message:
Remove some unneeded #include statements.
Index: method.c
===================================================================
RCS file: /cvsroot/bogofilter/bogofilter/method.c,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- method.c 12 Dec 2002 13:01:04 -0000 1.2
+++ method.c 30 Dec 2002 03:53:26 -0000 1.2.2.1
@@ -26,11 +26,7 @@
#include "common.h"
#include "bogofilter.h"
-/*#include "datastore.h"*/
-/*#include "graham.h"*/
-/*#include "lexer.h"*/
#include "method.h"
-/*#include "wordhash.h"*/
#include "wordlists.h"
/*
Index: graham.c
===================================================================
RCS file: /cvsroot/bogofilter/bogofilter/graham.c,v
retrieving revision 1.20
retrieving revision 1.20.2.1
diff -u -d -r1.20 -r1.20.2.1
--- graham.c 27 Dec 2002 17:42:04 -0000 1.20
+++ graham.c 30 Dec 2002 03:53:26 -0000 1.20.2.1
@@ -18,7 +18,6 @@
#include "bogofilter.h"
#include "datastore.h"
#include "graham.h"
-#include "lexer.h"
#include "wordhash.h"
/* constants for the Graham formula */
|