aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2009-12-18 06:38:37 +0800
committerJonathon Jongsma <jonathon@quotidian.org>2009-12-21 23:45:27 +0800
commitf256a6120f1e0434dd0d6b156b8a0318d9328c07 (patch)
treeb3e2c1eee48c35b6f09113bbac953e3cc97eb1ce /mail/mail-ops.c
parente919ac51ab751df25f13f168ba99c485bf9a6d76 (diff)
downloadgsoc2013-evolution-f256a6120f1e0434dd0d6b156b8a0318d9328c07.tar
gsoc2013-evolution-f256a6120f1e0434dd0d6b156b8a0318d9328c07.tar.gz
gsoc2013-evolution-f256a6120f1e0434dd0d6b156b8a0318d9328c07.tar.bz2
gsoc2013-evolution-f256a6120f1e0434dd0d6b156b8a0318d9328c07.tar.lz
gsoc2013-evolution-f256a6120f1e0434dd0d6b156b8a0318d9328c07.tar.xz
gsoc2013-evolution-f256a6120f1e0434dd0d6b156b8a0318d9328c07.tar.zst
gsoc2013-evolution-f256a6120f1e0434dd0d6b156b8a0318d9328c07.zip
Clean up a bunch of unnecessary includes in mail/EVOLUTION_2_29_4
Over time, extra includes have built up. I'm trying to get a good idea of what are actual dependencies for these files, so I'm cleaning out all of the unused ones. https://bugzilla.gnome.org/show_bug.cgi?id=604952
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c31
1 files changed, 8 insertions, 23 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index e07fe19a67..73ad926390 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -16,8 +16,8 @@
*
*
* Authors:
- * Dan Winship <danw@ximian.com>
- * Jeffrey Stedfast <fejj@ximian.com>
+ * Dan Winship <danw@ximian.com>
+ * Jeffrey Stedfast <fejj@ximian.com>
* Peter Williams <peterw@ximian.com>
* Michael Zucchi <notzed@ximian.com>
*
@@ -27,47 +27,32 @@
#include <config.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <string.h>
#include <errno.h>
#include <glib.h>
#include <glib/gstdio.h>
-
#include <glib/gi18n.h>
+#include <camel/camel-disco-folder.h>
+#include <camel/camel-disco-store.h>
#include <camel/camel-mime-filter-from.h>
-#include <camel/camel-stream-filter.h>
-#include <camel/camel-stream-fs.h>
-#include <camel/camel-stream-vfs.h>
-#include <camel/camel-mime-filter-charset.h>
#include <camel/camel-offline-folder.h>
#include <camel/camel-offline-store.h>
-#include <camel/camel-disco-folder.h>
-#include <camel/camel-disco-store.h>
-#include <camel/camel-operation.h>
-#include <camel/camel-vtrash-folder.h>
-#include <camel/camel-vee-store.h>
+#include <camel/camel-stream-filter.h>
+#include <camel/camel-stream-vfs.h>
#include <camel/camel-transport.h>
-#include <camel/camel-multipart.h>
-
-#include "composer/e-msg-composer.h"
+#include <camel/camel-vee-folder.h>
+#include <camel/camel-vee-store.h>
#include <libedataserver/e-data-server-util.h>
-#include "e-util/e-util.h"
#include "e-util/e-account-utils.h"
-#include "e-util/e-util-private.h"
#include "em-filter-rule.h"
#include "em-utils.h"
-#include "mail-config.h"
#include "mail-mt.h"
#include "mail-ops.h"
#include "mail-session.h"
#include "mail-tools.h"
-#include "mail-vfolder.h"
#include "e-mail-local.h"