aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-component-preview.c
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-11-24 23:11:50 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-11-24 23:11:50 +0800
commitf1d7da29bb0ae61d95bbc4393ac05eaa5d53ecfc (patch)
treef0cc6ca808fac666ac9988a68e9048831d903a4a /calendar/gui/e-cal-component-preview.c
parentecb7ce23c87a5f8f8f8bbe5a663e2a103a3ccc76 (diff)
downloadgsoc2013-evolution-f1d7da29bb0ae61d95bbc4393ac05eaa5d53ecfc.tar
gsoc2013-evolution-f1d7da29bb0ae61d95bbc4393ac05eaa5d53ecfc.tar.gz
gsoc2013-evolution-f1d7da29bb0ae61d95bbc4393ac05eaa5d53ecfc.tar.bz2
gsoc2013-evolution-f1d7da29bb0ae61d95bbc4393ac05eaa5d53ecfc.tar.lz
gsoc2013-evolution-f1d7da29bb0ae61d95bbc4393ac05eaa5d53ecfc.tar.xz
gsoc2013-evolution-f1d7da29bb0ae61d95bbc4393ac05eaa5d53ecfc.tar.zst
gsoc2013-evolution-f1d7da29bb0ae61d95bbc4393ac05eaa5d53ecfc.zip
gui/e-alarm-list.c gui/e-cal-component-memo-preview.c
2005-11-24 Tor Lillqvist <tml@novell.com> * gui/e-alarm-list.c * gui/e-cal-component-memo-preview.c * gui/e-cal-component-preview.c * gui/e-cal-model.c * gui/e-cell-date-edit-text.c * gui/e-date-time-list.c * gui/e-itip-control.c * gui/e-memos.c * gui/e-tasks.c * gui/itip-utils.c * gui/print.c * gui/alarm-notify/alarm-notify-dialog.c * gui/alarm-notify/util.c * gui/dialogs/alarm-dialog.c * gui/dialogs/alarm-list-dialog.c * gui/dialogs/comp-editor-util.c * gui/dialogs/recurrence-page.c: Include e-time-utils.h from libedataserver instead of using evolution's copy which is going away. svn path=/trunk/; revision=30659
Diffstat (limited to 'calendar/gui/e-cal-component-preview.c')
-rw-r--r--calendar/gui/e-cal-component-preview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-component-preview.c b/calendar/gui/e-cal-component-preview.c
index bb659f3c4a..32f885f634 100644
--- a/calendar/gui/e-cal-component-preview.c
+++ b/calendar/gui/e-cal-component-preview.c
@@ -33,7 +33,7 @@
#include <libecal/e-cal-time-util.h>
#include <gtkhtml/gtkhtml.h>
#include <gtkhtml/gtkhtml-stream.h>
-#include <e-util/e-time-utils.h>
+#include <libedataserver/e-time-utils.h>
#include <e-util/e-categories-config.h>
#include "calendar-config.h"
#include "e-cal-component-preview.h"