From c6c65136bb37bd87e9d50735e1543bd296ee513d Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Sat, 4 Mar 2000 03:58:38 +0000 Subject: new file -- things shared between the client and server go in this * cal-util/Makefile.am: new file -- things shared between the client and server go in this directory * calobj.c calobj.h icalendar.c icalendar.h timeutil.c timeutil.h cal-util.c cal-util.h where moved backend stuff went into pcs. shared stuff went into cal-util. svn path=/trunk/; revision=2032 --- calendar/gncal-day-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gncal-day-view.c') diff --git a/calendar/gncal-day-view.c b/calendar/gncal-day-view.c index 22a0859069..955aac0ef9 100644 --- a/calendar/gncal-day-view.c +++ b/calendar/gncal-day-view.c @@ -8,7 +8,7 @@ #include #include "gncal-day-view.h" -#include "timeutil.h" +#include "cal-util/timeutil.h" #include "view-utils.h" #include "main.h" #include "eventedit.h" -- cgit v1.2.3