diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-10-19 00:26:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-10-19 00:27:13 +0800 |
commit | 5f439e5e625a81145d3ec372cdb5caa654c269cc (patch) | |
tree | 0f648b99b06bddf98f0b0624f3917b0124726b04 /plugins/mail-to-task | |
parent | d7c1062d2f4e694ac18a3659b11aa657e6646783 (diff) | |
download | gsoc2013-evolution-5f439e5e625a81145d3ec372cdb5caa654c269cc.tar.gz gsoc2013-evolution-5f439e5e625a81145d3ec372cdb5caa654c269cc.tar.zst gsoc2013-evolution-5f439e5e625a81145d3ec372cdb5caa654c269cc.zip |
Trivial little cleanups.
To synchronize with the "wip/gsettings" branch.
Mostly just removing unneeded "gconf-bridge.h" includes.
Diffstat (limited to 'plugins/mail-to-task')
-rw-r--r-- | plugins/mail-to-task/mail-to-task.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mail-to-task/mail-to-task.c b/plugins/mail-to-task/mail-to-task.c index 810a2b593c..f028528575 100644 --- a/plugins/mail-to-task/mail-to-task.c +++ b/plugins/mail-to-task/mail-to-task.c @@ -33,7 +33,6 @@ #include <stdio.h> #include <gtkhtml/gtkhtml.h> -#include <gconf/gconf-client.h> #include <libecal/e-cal-client.h> #include <libecal/e-cal-component.h> #include <libedataserver/e-account.h> |