diff options
Diffstat (limited to 'addressbook/gui/component/addressbook-config.c')
-rw-r--r-- | addressbook/gui/component/addressbook-config.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index 43f34a4389..e56c1fa799 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -2,11 +2,16 @@ #include <config.h> -#include <gnome.h> -#include <gtkhtml/gtkhtml.h> +#include <glib.h> +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-i18n.h> +#include <libgnomeui/gnome-dialog.h> +#include <libgnomeui/gnome-propertybox.h> +#include <libgnomeui/gnome-stock.h> #include <glade/glade.h> #include <gal/widgets/e-unicode.h> -#include "e-util/e-html-utils.h" +#include <gtkhtml/gtkhtml.h> +#include <e-util/e-html-utils.h> #include "addressbook-config.h" #include "addressbook-storage.h" |