diff options
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-bonobo.c')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-bonobo.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-bonobo.c b/addressbook/gui/component/select-names/e-select-names-bonobo.c index f21e33361f..013ab23538 100644 --- a/addressbook/gui/component/select-names/e-select-names-bonobo.c +++ b/addressbook/gui/component/select-names/e-select-names-bonobo.c @@ -25,19 +25,18 @@ #include <config.h> #endif -#include <gnome.h> - #include <bonobo/bonobo-property-bag.h> #include <bonobo/bonobo-control.h> -#include "Evolution-Addressbook-SelectNames.h" - #include <gal/util/e-util.h> #include <gal/e-text/e-entry.h> -#include "e-select-names-manager.h" +#include "Evolution-Addressbook-SelectNames.h" + +#include "e-select-names-manager.h" #include "e-select-names-bonobo.h" + #define PARENT_TYPE bonobo_object_get_type () static BonoboObjectClass *parent_class = NULL; |