dovecot-2.2: imap: Removed unnecessary #includes

dovecot at dovecot.org dovecot at dovecot.org
Wed Oct 3 02:29:27 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/5cdd5bf63c51
changeset: 15175:5cdd5bf63c51
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Oct 03 02:28:31 2012 +0300
description:
imap: Removed unnecessary #includes

diffstat:

 src/imap/imap-fetch-body.c |  1 -
 src/imap/imap-fetch.c      |  1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r f860cdf156cf -r 5cdd5bf63c51 src/imap/imap-fetch-body.c
--- a/src/imap/imap-fetch-body.c	Sun Sep 30 19:11:55 2012 +0300
+++ b/src/imap/imap-fetch-body.c	Wed Oct 03 02:28:31 2012 +0300
@@ -8,7 +8,6 @@
 #include "ostream.h"
 #include "istream-header-filter.h"
 #include "message-parser.h"
-#include "message-send.h"
 #include "mail-storage-private.h"
 #include "imap-quote.h"
 #include "imap-parser.h"
diff -r f860cdf156cf -r 5cdd5bf63c51 src/imap/imap-fetch.c
--- a/src/imap/imap-fetch.c	Sun Sep 30 19:11:55 2012 +0300
+++ b/src/imap/imap-fetch.c	Wed Oct 03 02:28:31 2012 +0300
@@ -6,7 +6,6 @@
 #include "istream.h"
 #include "ostream.h"
 #include "str.h"
-#include "message-send.h"
 #include "message-size.h"
 #include "imap-date.h"
 #include "imap-utf7.h"


More information about the dovecot-cvs mailing list