diff options
author | Milan Crha <mcrha@src.gnome.org> | 2009-04-08 00:40:55 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2009-04-08 00:40:55 +0800 |
commit | a312ad7cf1c2c34577914a2f0f2a5ca191378103 (patch) | |
tree | c9dd45fd6fa106052a6379b7d0dc12fa07f30323 /addressbook | |
parent | da68ab65008bff803a3ea7940fa861c7cb055d08 (diff) | |
download | gsoc2013-evolution-a312ad7cf1c2c34577914a2f0f2a5ca191378103.tar.gz gsoc2013-evolution-a312ad7cf1c2c34577914a2f0f2a5ca191378103.tar.zst gsoc2013-evolution-a312ad7cf1c2c34577914a2f0f2a5ca191378103.zip |
build a bit more smoothly
svn path=/branches/kill-bonobo/; revision=37501
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 8499e774db..4bead3cc22 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -33,7 +33,7 @@ #include <gdk-pixbuf/gdk-pixbuf.h> #include <libedataserverui/e-categories-dialog.h> -#include <misc/e-gui-utils.h> +#include "misc/e-gui-utils.h" #include <libebook/e-address-western.h> #include <libedataserverui/e-category-completion.h> @@ -45,7 +45,6 @@ #include "addressbook/printing/e-contact-print.h" #include "addressbook/gui/widgets/eab-gui-util.h" #include "e-util/e-util.h" -#include "e-util/e-gui-utils.h" #include "e-util/e-error.h" #include "misc/e-dateedit.h" #include "misc/e-image-chooser.h" |