diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-06 06:12:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-06 06:12:38 +0800 |
commit | 9abce979580857b9273ee9efc909bfd1d3004e51 (patch) | |
tree | 1abf6b77452181ce11e34c277add8d821cbbb5e9 /plugins/exchange-operations/exchange-user-dialog.c | |
parent | 609bd882de6cac5db7c65e00c2275f946f8f0c94 (diff) | |
download | gsoc2013-evolution-9abce979580857b9273ee9efc909bfd1d3004e51.tar.gz gsoc2013-evolution-9abce979580857b9273ee9efc909bfd1d3004e51.tar.zst gsoc2013-evolution-9abce979580857b9273ee9efc909bfd1d3004e51.zip |
Remove some unnecessary Bonobo includes.
Diffstat (limited to 'plugins/exchange-operations/exchange-user-dialog.c')
-rw-r--r-- | plugins/exchange-operations/exchange-user-dialog.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/exchange-operations/exchange-user-dialog.c b/plugins/exchange-operations/exchange-user-dialog.c index 6cb20e682d..eec2c7bddc 100644 --- a/plugins/exchange-operations/exchange-user-dialog.c +++ b/plugins/exchange-operations/exchange-user-dialog.c @@ -22,9 +22,6 @@ #include "exchange-user-dialog.h" #include "e2k-types.h" -#include <bonobo-activation/bonobo-activation.h> -#include <bonobo/bonobo-exception.h> -#include <bonobo/bonobo-widget.h> #include <e-util/e-dialog-utils.h> #include <libedataserverui/e-name-selector.h> #include "e2k-xml-utils.h" |