diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-10-14 00:23:17 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-10-14 00:23:17 +0800 |
commit | 3e2efde8299cda56382dfc8f3457f302048a89a6 (patch) | |
tree | ab0eef61f77fbc4fc2cf83a8956fbcc9b0a156ef /plugins | |
parent | c7a08c227238b93100c9ccc0a853f2dc68b2e96d (diff) | |
download | gsoc2013-evolution-3e2efde8299cda56382dfc8f3457f302048a89a6.tar.gz gsoc2013-evolution-3e2efde8299cda56382dfc8f3457f302048a89a6.tar.zst gsoc2013-evolution-3e2efde8299cda56382dfc8f3457f302048a89a6.zip |
Remove unneeded GConf header
Diffstat (limited to 'plugins')
-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> |