aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/hula-account-setup/ChangeLog7
-rw-r--r--plugins/hula-account-setup/camel-hula-listener.c2
-rw-r--r--plugins/hula-account-setup/camel-hula-listener.h2
3 files changed, 9 insertions, 2 deletions
diff --git a/plugins/hula-account-setup/ChangeLog b/plugins/hula-account-setup/ChangeLog
index 0cff3db3bf..9140132c75 100644
--- a/plugins/hula-account-setup/ChangeLog
+++ b/plugins/hula-account-setup/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-06 Simon Zheng <simon.zheng@sun.com>
+
+ * camel-hula-listener.c:
+ * camel-hula-listener.h:
+ use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
+ use libedataserver/e-account.h instead of e-util/e-account.h.
+
2005-12-12 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am: Fix make-clean issues.
diff --git a/plugins/hula-account-setup/camel-hula-listener.c b/plugins/hula-account-setup/camel-hula-listener.c
index 9c6591cf33..c51c7b46c9 100644
--- a/plugins/hula-account-setup/camel-hula-listener.c
+++ b/plugins/hula-account-setup/camel-hula-listener.c
@@ -29,7 +29,7 @@
#include <camel/camel-i18n.h>
#include <libedataserverui/e-passwords.h>
#include <e-util/e-error.h>
-#include <e-util/e-account.h>
+#include <libedataserver/e-account.h>
#include "camel-hula-listener.h"
diff --git a/plugins/hula-account-setup/camel-hula-listener.h b/plugins/hula-account-setup/camel-hula-listener.h
index 99e7a7af9e..bf232d4976 100644
--- a/plugins/hula-account-setup/camel-hula-listener.h
+++ b/plugins/hula-account-setup/camel-hula-listener.h
@@ -24,7 +24,7 @@
#ifndef CAMEL_HULA_LISTENER_H
#define CAMEL_HULA_LISTENER_H
-#include <e-util/e-account-list.h>
+#include <libedataserver/e-account-list.h>
#include<libedataserver/e-source.h>
#include<libedataserver/e-source-list.h>
#include <camel/camel-url.h>