aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@gnome.org>2012-02-29 20:11:30 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-03-03 22:02:33 +0800
commit14f82dde3448261b5b01fbf298b5c12a0e25d676 (patch)
tree05821eedd478db06953098fa64ba5139e7ea85be /addressbook/gui/contact-list-editor
parentecb75f8ee985320e2b1f46974026b555076056e7 (diff)
downloadgsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.tar
gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.tar.gz
gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.tar.bz2
gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.tar.lz
gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.tar.xz
gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.tar.zst
gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.zip
Move EAlert* and e-xml-utils references from other part of the code to libevolution-utils.
Diffstat (limited to 'addressbook/gui/contact-list-editor')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.c2
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-model.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
index 42099d1e05..3db6c4cca7 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
@@ -26,7 +26,7 @@
#include "e-contact-list-editor.h"
#include <e-util/e-util-private.h>
-#include <e-util/e-alert-dialog.h>
+#include <libevolution-utils/e-alert-dialog.h>
#include <e-util/e-selection.h>
#include "shell/e-shell.h"
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-model.c b/addressbook/gui/contact-list-editor/e-contact-list-model.c
index c81beeecbe..bba9681bf9 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-model.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-model.c
@@ -26,7 +26,7 @@
#include <string.h>
#include "e-contact-list-model.h"
-#include "e-util/e-alert-dialog.h"
+#include "libevolution-utils/e-alert-dialog.h"
#include "shell/e-shell.h"
#define E_CONTACT_LIST_MODEL_GET_PRIVATE(obj) \