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 /capplet | |
parent | d7c1062d2f4e694ac18a3659b11aa657e6646783 (diff) | |
download | gsoc2013-evolution-5f439e5e625a81145d3ec372cdb5caa654c269cc.tar gsoc2013-evolution-5f439e5e625a81145d3ec372cdb5caa654c269cc.tar.gz gsoc2013-evolution-5f439e5e625a81145d3ec372cdb5caa654c269cc.tar.bz2 gsoc2013-evolution-5f439e5e625a81145d3ec372cdb5caa654c269cc.tar.lz gsoc2013-evolution-5f439e5e625a81145d3ec372cdb5caa654c269cc.tar.xz 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 'capplet')
-rw-r--r-- | capplet/anjal-settings-main.c | 1 | ||||
-rw-r--r-- | capplet/settings/mail-capplet-shell.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/capplet/anjal-settings-main.c b/capplet/anjal-settings-main.c index 2bc3268b58..99e0b4a282 100644 --- a/capplet/anjal-settings-main.c +++ b/capplet/anjal-settings-main.c @@ -38,7 +38,6 @@ #include <libedataserverui/e-passwords.h> #include <mail/mail-mt.h> #include "settings/mail-capplet-shell.h" -#include <gconf/gconf-client.h> #include <libedataserver/e-categories.h> #ifdef G_OS_WIN32 diff --git a/capplet/settings/mail-capplet-shell.c b/capplet/settings/mail-capplet-shell.c index 91a82b6757..6567da02ac 100644 --- a/capplet/settings/mail-capplet-shell.c +++ b/capplet/settings/mail-capplet-shell.c @@ -30,7 +30,6 @@ #include <gtk/gtkx.h> #include <glib/gi18n.h> #include <glib/gstdio.h> -#include <gconf/gconf-client.h> #include "mail-capplet-shell.h" #include "mail-view.h" #include <gdk/gdkkeysyms.h> |