aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-account-setup/camel-gw-listener.h
diff options
context:
space:
mode:
authorSimon Zheng <simon.zheng@sun.com>2006-01-06 14:54:51 +0800
committerHarry Lu <haip@src.gnome.org>2006-01-06 14:54:51 +0800
commit552b23ea6f567342010d4832bbfcc3d02c8815f2 (patch)
tree3405a62b461524a5236b14989fdf95fa099b4be9 /plugins/groupwise-account-setup/camel-gw-listener.h
parentaca90f1bb3f98d7b8aab2a3f1aae172d8958111b (diff)
downloadgsoc2013-evolution-552b23ea6f567342010d4832bbfcc3d02c8815f2.tar
gsoc2013-evolution-552b23ea6f567342010d4832bbfcc3d02c8815f2.tar.gz
gsoc2013-evolution-552b23ea6f567342010d4832bbfcc3d02c8815f2.tar.bz2
gsoc2013-evolution-552b23ea6f567342010d4832bbfcc3d02c8815f2.tar.lz
gsoc2013-evolution-552b23ea6f567342010d4832bbfcc3d02c8815f2.tar.xz
gsoc2013-evolution-552b23ea6f567342010d4832bbfcc3d02c8815f2.tar.zst
gsoc2013-evolution-552b23ea6f567342010d4832bbfcc3d02c8815f2.zip
use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06 Simon Zheng <simon.zheng@sun.com> * camel-gw-listener.c: * camel-gw-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. svn path=/trunk/; revision=31077
Diffstat (limited to 'plugins/groupwise-account-setup/camel-gw-listener.h')
-rw-r--r--plugins/groupwise-account-setup/camel-gw-listener.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/groupwise-account-setup/camel-gw-listener.h b/plugins/groupwise-account-setup/camel-gw-listener.h
index ee3ba288f6..a70942a1fe 100644
--- a/plugins/groupwise-account-setup/camel-gw-listener.h
+++ b/plugins/groupwise-account-setup/camel-gw-listener.h
@@ -24,7 +24,7 @@
#ifndef CAMEL_GW_LISTENER_H
#define CAMEL_GW_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>