diff options
author | Hans Petter Jansson <hpj@novell.com> | 2004-12-09 14:26:06 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-12-09 14:26:06 +0800 |
commit | 2323f3f96663bbf4d2d6107f6812f21e8eeabd75 (patch) | |
tree | 659e99a0973713dccf1833d6fb1b21409652f3d4 /plugins/shared-folder | |
parent | 24ebfb0afcafef62d6dfd36b8bd6f022625ebfe2 (diff) | |
download | gsoc2013-evolution-2323f3f96663bbf4d2d6107f6812f21e8eeabd75.tar.gz gsoc2013-evolution-2323f3f96663bbf4d2d6107f6812f21e8eeabd75.tar.zst gsoc2013-evolution-2323f3f96663bbf4d2d6107f6812f21e8eeabd75.zip |
Include <libebook/e-destination.h> from evolution-data-server.
2004-12-08 Hans Petter Jansson <hpj@novell.com>
* plugins/shared-folder/share-folder-common.c: Include
<libebook/e-destination.h> from evolution-data-server.
svn path=/trunk/; revision=28095
Diffstat (limited to 'plugins/shared-folder')
-rw-r--r-- | plugins/shared-folder/share-folder-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shared-folder/share-folder-common.c b/plugins/shared-folder/share-folder-common.c index 6bee9cef20..3c33c148a3 100644 --- a/plugins/shared-folder/share-folder-common.c +++ b/plugins/shared-folder/share-folder-common.c @@ -26,7 +26,7 @@ #include <bonobo/bonobo-widget.h> #include <bonobo/bonobo-exception.h> #include <bonobo/bonobo-ui-component.h> -#include <addressbook/util/e-destination.h> +#include <libebook/e-destination.h> #include <string.h> #include <glib.h> |