From c7f311faa65a86d9751d536cb0ea6f755133471c Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 1 Sep 2005 05:40:14 +0000 Subject: more code cleanups. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@534 ee746299-78ed-0310-b773-934348b2243d --- src/prefs_account.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/prefs_account.c') diff --git a/src/prefs_account.c b/src/prefs_account.c index 825f85df..9f80a811 100644 --- a/src/prefs_account.c +++ b/src/prefs_account.c @@ -34,12 +34,9 @@ #include "prefs.h" #include "prefs_account.h" -#include "prefs_customheader.h" -#include "prefs_common.h" +#include "customheader.h" #include "account.h" #include "utils.h" -#include "smtp.h" -#include "imap.h" static PrefsAccount tmp_ac_prefs; @@ -197,7 +194,7 @@ void prefs_account_read_config(PrefsAccount *ac_prefs, const gchar *label) ac_prefs->use_apop_auth = TRUE; } - prefs_custom_header_read_config(ac_prefs); + custom_header_read_config(ac_prefs); } void prefs_account_write_config_all(GList *account_list) -- cgit v1.2.3