aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cell-date-edit-text.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-10-10 05:08:00 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-10-10 05:08:00 +0800
commit6cccb0c60fca242f9c34f161abede3515986e23e (patch)
tree820141835c6a4129da0f398443c526c9cafee612 /calendar/gui/e-cell-date-edit-text.h
parent9f20d8032c2544a78de0f1f0a3f6de7d14e84256 (diff)
downloadgsoc2013-evolution-6cccb0c60fca242f9c34f161abede3515986e23e.tar
gsoc2013-evolution-6cccb0c60fca242f9c34f161abede3515986e23e.tar.gz
gsoc2013-evolution-6cccb0c60fca242f9c34f161abede3515986e23e.tar.bz2
gsoc2013-evolution-6cccb0c60fca242f9c34f161abede3515986e23e.tar.lz
gsoc2013-evolution-6cccb0c60fca242f9c34f161abede3515986e23e.tar.xz
gsoc2013-evolution-6cccb0c60fca242f9c34f161abede3515986e23e.tar.zst
gsoc2013-evolution-6cccb0c60fca242f9c34f161abede3515986e23e.zip
INCLUDE path fixes for changes made to libical build.
2003-10-09 Jeffrey Stedfast <fejj@ximian.com> * cal-client/Makefile.am: INCLUDE path fixes for changes made to libical build. * cal-util/Makefile.am: INCLUDE path fixes for changes made to libical build. * cal-util/*.[c,h]: #include <libical/ical.h> instead of <ical.h> * gui/Makefile.am: INCLUDE path fixes for changes made to libical build. * gui/*.[c,h]: #include <libical/ical.h> instead of <ical.h> * gui/alarm-notify/Makefile.am: INCLUDE path fixes for changes made to libical build. * gui/alarm-notify/config-data.h: #include <libical/ical.h> instead of <ical.h> * gui/dialogs/Makefile.am: INCLUDE path fixes for changes made to libical build. * gui/dialogs/comp-editor-util.c: #include <libical/ical.h> instead of <ical.h> * gui/dialogs/e-delegate-dialog.c: #include <libical/ical.h> instead of <ical.h> * importers/Makefile.am: INCLUDE path fixes for changes made to libical build. * pcs/Makefile.am: INCLUDE path fixes for changes made to libical build. * pcs/cal.c: #include <libical/ical.h> instead of <ical.h> svn path=/trunk/; revision=22845
Diffstat (limited to 'calendar/gui/e-cell-date-edit-text.h')
-rw-r--r--calendar/gui/e-cell-date-edit-text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-cell-date-edit-text.h b/calendar/gui/e-cell-date-edit-text.h
index 2e4a768586..53abb7dcff 100644
--- a/calendar/gui/e-cell-date-edit-text.h
+++ b/calendar/gui/e-cell-date-edit-text.h
@@ -29,7 +29,7 @@
#ifndef _E_CELL_DATE_EDIT_TEXT_H_
#define _E_CELL_DATE_EDIT_TEXT_H_
-#include <ical.h>
+#include <libical/ical.h>
#include <gal/e-table/e-cell-text.h>
G_BEGIN_DECLS