diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-09-01 08:14:26 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-09-01 08:14:26 +0000 |
commit | 00048a1b5560604e90cd83ceafadfd3156b89e84 (patch) | |
tree | 7854197ab3ca4a5d16db2ae3591b35f3b66a100a | |
parent | 35274fe93b69f99a1b17a666605cab00841c7bfb (diff) |
removed unused headers.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@539 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.ja | 5 | ||||
-rw-r--r-- | src/prefs_common.c | 1 | ||||
-rw-r--r-- | src/procmsg.c | 3 |
4 files changed, 10 insertions, 4 deletions
@@ -1,5 +1,10 @@ 2005-09-01 + * src/prefs_common.c + src/procmsg.c: removed unused headers. + +2005-09-01 + * src/account.[ch] src/account_dialog.[ch] src/folderview.c diff --git a/ChangeLog.ja b/ChangeLog.ja index 46d23458..ff60c478 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,5 +1,10 @@ 2005-09-01 + * src/prefs_common.c + src/procmsg.c: 未使用のヘッダを削除。 + +2005-09-01 + * src/account.[ch] src/account_dialog.[ch] src/folderview.c diff --git a/src/prefs_common.c b/src/prefs_common.c index 3557cdb3..eb1a1864 100644 --- a/src/prefs_common.c +++ b/src/prefs_common.c @@ -28,7 +28,6 @@ #include <stdio.h> #include <errno.h> -#include "main.h" #include "prefs.h" #include "prefs_common.h" #include "filter.h" diff --git a/src/procmsg.c b/src/procmsg.c index 11ff996d..9766d874 100644 --- a/src/procmsg.c +++ b/src/procmsg.c @@ -23,16 +23,13 @@ #include <glib/gi18n.h> #include <stdio.h> #include <stdlib.h> -#include <ctype.h> -#include "main.h" #include "utils.h" #include "procmsg.h" #include "procheader.h" #include "account.h" #include "send_message.h" #include "procmime.h" -#include "statusbar.h" #include "prefs_common.h" #include "prefs_filter.h" #include "filter.h" |