diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-11-28 10:23:55 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-11-28 10:28:53 +0800 |
commit | dff45d6cd8a6d631bf4126e8a484c6b6c62b9a9a (patch) | |
tree | 2f2b2e0371575ef69a03afab1173689616968d94 /shell | |
parent | a7699bb29f5ca0c09d68cbad65cd65bedf1307c5 (diff) | |
download | gsoc2013-evolution-dff45d6cd8a6d631bf4126e8a484c6b6c62b9a9a.tar.gz gsoc2013-evolution-dff45d6cd8a6d631bf4126e8a484c6b6c62b9a9a.tar.zst gsoc2013-evolution-dff45d6cd8a6d631bf4126e8a484c6b6c62b9a9a.zip |
Remove some unnecessary GConf crud.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-window-private.h | 1 | ||||
-rw-r--r-- | shell/e-shell.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h index 48226af216..d1aef9b61a 100644 --- a/shell/e-shell-window-private.h +++ b/shell/e-shell-window-private.h @@ -27,7 +27,6 @@ #include <string.h> #include <glib/gi18n.h> -#include <gconf/gconf-client.h> #include <libebackend/e-extensible.h> #include <e-util/e-util.h> diff --git a/shell/e-shell.h b/shell/e-shell.h index a8def6fe3b..04a8a18ee2 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -22,8 +22,6 @@ #ifndef E_SHELL_H #define E_SHELL_H -#include <gconf/gconf-client.h> - #include <e-util/e-activity.h> #include <e-util/e-alert.h> |