From: Paul Mangan Date: Sun, 8 Dec 2002 14:41:24 +0000 (+0000) Subject: clean up: remove unneccesary includes X-Git-Tag: rel_0_8_7~65 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=6596d66d332d9b0d1dde8982f1ae051a1b9b63a0 clean up: remove unneccesary includes --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 74c7faf71..c0b933000 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,26 @@ +2002-12-08 [paul] 0.8.6claws78 + + * src/about.c + * src/addrcache.c + * src/addrclip.c + * src/addr_compl.c + * src/addrselect.c + * src/codeconv.c + * src/colorlabel.c + * src/enriched.c + * src/esmtp.c + * src/exporthtml.c + * src/headerview.c + * src/imageview.c + * src/manual.c + * src/noticeview.c + * src/pgptext.c + * src/scoring.c + * src/sourcewindow.c + * src/stringtable.c + * src/undo.c + clean up: remove unneccesary includes + 2002-12-08 [christoph] 0.8.6claws77 * src/folderview.c diff --git a/configure.in b/configure.in index 7430544af..da2f467b8 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=6 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws77 +EXTRA_VERSION=claws78 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/about.c b/src/about.c index b52204729..696bf7f40 100644 --- a/src/about.c +++ b/src/about.c @@ -41,7 +41,6 @@ #include "intl.h" #include "about.h" -#include "gtkutils.h" #include "stock_pixmap.h" #include "prefs_common.h" #include "utils.h" diff --git a/src/addr_compl.c b/src/addr_compl.c index 1ee3a7dff..32e21c806 100644 --- a/src/addr_compl.c +++ b/src/addr_compl.c @@ -40,11 +40,8 @@ # include #endif -#include "xml.h" #include "addr_compl.h" #include "utils.h" -#include "addressbook.h" -#include "main.h" /* How it works: * diff --git a/src/addrcache.c b/src/addrcache.c index eb87c1162..1edf82ab4 100644 --- a/src/addrcache.c +++ b/src/addrcache.c @@ -26,7 +26,6 @@ #include #include "mgutils.h" -#include "addritem.h" #include "addrcache.h" #define ID_TIME_OFFSET 998000000 diff --git a/src/addrclip.c b/src/addrclip.c index 32d70490a..f09c51198 100644 --- a/src/addrclip.c +++ b/src/addrclip.c @@ -48,7 +48,6 @@ #include #include -#include "addritem.h" #include "addrcache.h" #include "addrbook.h" #include "addrselect.h" diff --git a/src/addrselect.c b/src/addrselect.c index cc1338c83..319acdccb 100644 --- a/src/addrselect.c +++ b/src/addrselect.c @@ -24,7 +24,6 @@ #include #include -#include "addritem.h" #include "addrselect.h" #include "addressitem.h" #include "mgutils.h" diff --git a/src/codeconv.c b/src/codeconv.c index b9d381ed7..3d1cc5fc4 100644 --- a/src/codeconv.c +++ b/src/codeconv.c @@ -41,7 +41,6 @@ #include "intl.h" #include "codeconv.h" -#include "unmime.h" #include "base64.h" #include "utils.h" #include "prefs_common.h" diff --git a/src/colorlabel.c b/src/colorlabel.c index 37639869f..42a447ec8 100644 --- a/src/colorlabel.c +++ b/src/colorlabel.c @@ -38,7 +38,6 @@ #include "intl.h" #include "colorlabel.h" -#include "gtkutils.h" #include "utils.h" static gchar *labels[] = { diff --git a/src/enriched.c b/src/enriched.c index ded41258e..bd846eef1 100644 --- a/src/enriched.c +++ b/src/enriched.c @@ -23,7 +23,6 @@ #include #include "enriched.h" -#include "codeconv.h" #include "utils.h" #define ERTFBUFSIZE 8192 diff --git a/src/esmtp.c b/src/esmtp.c index 2304279c6..6636eb34f 100644 --- a/src/esmtp.c +++ b/src/esmtp.c @@ -22,7 +22,6 @@ #include #include "esmtp.h" -#include "smtp.h" #include "socket.h" #include "utils.h" #include "md5.h" diff --git a/src/exporthtml.c b/src/exporthtml.c index 08915d441..c57b02606 100644 --- a/src/exporthtml.c +++ b/src/exporthtml.c @@ -32,9 +32,6 @@ #include "mgutils.h" #include "utils.h" #include "exporthtml.h" -#include "addritem.h" -#include "addrcache.h" -#include "addrbook.h" #include "xmlprops.h" #define DFL_DIR_SYLPHEED_OUT "sylpheed-out" diff --git a/src/headerview.c b/src/headerview.c index 4d9c6359d..8a6853b5f 100644 --- a/src/headerview.c +++ b/src/headerview.c @@ -40,7 +40,6 @@ #endif #include "intl.h" -#include "main.h" #include "headerview.h" #include "prefs_common.h" #include "gtkutils.h" diff --git a/src/imageview.c b/src/imageview.c index 20d7be33d..95dfb9b9d 100644 --- a/src/imageview.c +++ b/src/imageview.c @@ -34,7 +34,6 @@ #endif /* HAVE_GDK_PIXBUF */ #include "intl.h" -#include "mainwindow.h" #include "prefs_common.h" #include "procmime.h" #include "imageview.h" diff --git a/src/manual.c b/src/manual.c index 981c73468..4eb9060ca 100644 --- a/src/manual.c +++ b/src/manual.c @@ -29,7 +29,6 @@ #include "prefs_common.h" #include "manual.h" -#include "utils.h" static gchar *sylpheeddoc_manuals[] = { diff --git a/src/noticeview.c b/src/noticeview.c index 553cb7fbd..94a0c3b14 100644 --- a/src/noticeview.c +++ b/src/noticeview.c @@ -38,8 +38,6 @@ #endif #include "intl.h" -#include "main.h" -#include "headerview.h" #include "prefs_common.h" #include "gtkutils.h" #include "utils.h" diff --git a/src/pgptext.c b/src/pgptext.c index bbfd76ded..fd46b6551 100644 --- a/src/pgptext.c +++ b/src/pgptext.c @@ -34,17 +34,8 @@ #include #include "intl.h" -#include "procmime.h" -#include "procheader.h" -#include "base64.h" -#include "uuencode.h" -#include "unmime.h" -#include "codeconv.h" #include "utils.h" -#include "prefs_common.h" #include "passphrase.h" -#include "select-keys.h" -#include "sigstatus.h" #include "rfc2015.h" #include "pgptext.h" diff --git a/src/scoring.c b/src/scoring.c index f7509465b..3218a3048 100644 --- a/src/scoring.c +++ b/src/scoring.c @@ -6,11 +6,7 @@ #include "defs.h" #include "intl.h" #include "utils.h" -#include "procheader.h" -#include "matcher.h" #include "scoring.h" -#include "prefs.h" -#include "folder.h" #define PREFSBUFSIZE 1024 diff --git a/src/sourcewindow.c b/src/sourcewindow.c index 3266e99c7..bec50ce22 100644 --- a/src/sourcewindow.c +++ b/src/sourcewindow.c @@ -32,7 +32,6 @@ #include "intl.h" #include "sourcewindow.h" -#include "procmsg.h" #include "utils.h" #include "gtkutils.h" #include "prefs_common.h" diff --git a/src/stringtable.c b/src/stringtable.c index b584ff676..fbad6f0e0 100644 --- a/src/stringtable.c +++ b/src/stringtable.c @@ -21,7 +21,6 @@ #include #include "stringtable.h" -#include "utils.h" /* alfons - hashed string table (I wasn't content with GStringChunk; * can't recall why :-) */ diff --git a/src/undo.c b/src/undo.c index dff10eb67..fbcd5e2b6 100644 --- a/src/undo.c +++ b/src/undo.c @@ -30,7 +30,6 @@ #include /* for mbstowcs */ #include "undo.h" -#include "gtkstext.h" #include "utils.h" #include "prefs_common.h"