diff options
author | Jonathon Jongsma <jonathon@quotidian.org> | 2009-12-18 06:38:37 +0800 |
---|---|---|
committer | Jonathon Jongsma <jonathon@quotidian.org> | 2009-12-21 23:45:27 +0800 |
commit | f256a6120f1e0434dd0d6b156b8a0318d9328c07 (patch) | |
tree | b3e2c1eee48c35b6f09113bbac953e3cc97eb1ce /mail/mail-mt.h | |
parent | e919ac51ab751df25f13f168ba99c485bf9a6d76 (diff) | |
download | gsoc2013-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-mt.h')
-rw-r--r-- | mail/mail-mt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-mt.h b/mail/mail-mt.h index 7497c377eb..e9d552a41c 100644 --- a/mail/mail-mt.h +++ b/mail/mail-mt.h @@ -24,7 +24,6 @@ #define _MAIL_MT #include "camel/camel-exception.h" -#include "camel/camel-object.h" #include "camel/camel-operation.h" typedef struct _MailMsg MailMsg; |