diff options
author | Seth Alves <alves@src.gnome.org> | 2000-03-04 11:58:38 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-03-04 11:58:38 +0800 |
commit | c6c65136bb37bd87e9d50735e1543bd296ee513d (patch) | |
tree | bae8f8cc3283a1dd94b2fa11ed1352e66acdd067 /calendar/gui/eventedit.c | |
parent | 7f1494e3f4b335c61b579c0568538ec83e6d30ee (diff) | |
download | gsoc2013-evolution-c6c65136bb37bd87e9d50735e1543bd296ee513d.tar gsoc2013-evolution-c6c65136bb37bd87e9d50735e1543bd296ee513d.tar.gz gsoc2013-evolution-c6c65136bb37bd87e9d50735e1543bd296ee513d.tar.bz2 gsoc2013-evolution-c6c65136bb37bd87e9d50735e1543bd296ee513d.tar.lz gsoc2013-evolution-c6c65136bb37bd87e9d50735e1543bd296ee513d.tar.xz gsoc2013-evolution-c6c65136bb37bd87e9d50735e1543bd296ee513d.tar.zst gsoc2013-evolution-c6c65136bb37bd87e9d50735e1543bd296ee513d.zip |
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
Diffstat (limited to 'calendar/gui/eventedit.c')
-rw-r--r-- | calendar/gui/eventedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/eventedit.c b/calendar/gui/eventedit.c index a3ec95da07..e65db4e3da 100644 --- a/calendar/gui/eventedit.c +++ b/calendar/gui/eventedit.c @@ -11,7 +11,7 @@ #include "calendar.h" #include "eventedit.h" #include "main.h" -#include "timeutil.h" +#include "cal-util/timeutil.h" static void event_editor_class_init (EventEditorClass *class); |