diff options
author | Seth Alves <alves@src.gnome.org> | 2000-03-08 12:11:48 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-03-08 12:11:48 +0800 |
commit | 6dd08625faec99336f9a368e8277a55711d90fa2 (patch) | |
tree | 8398db815bea93b07f2a378d2fd5e86ea633e98f /calendar/gui/alarm-notify | |
parent | 819b11244a22c0d9086414ced67388eee2e07a98 (diff) | |
download | gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar.gz gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar.bz2 gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar.lz gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar.xz gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar.zst gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.zip |
track movement of calobj.[ch]
svn path=/trunk/; revision=2086
Diffstat (limited to 'calendar/gui/alarm-notify')
-rw-r--r-- | calendar/gui/alarm-notify/alarm.c | 2 | ||||
-rw-r--r-- | calendar/gui/alarm-notify/alarm.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/alarm-notify/alarm.c b/calendar/gui/alarm-notify/alarm.c index b720d7a4e5..88bf5a6848 100644 --- a/calendar/gui/alarm-notify/alarm.c +++ b/calendar/gui/alarm-notify/alarm.c @@ -11,7 +11,7 @@ #include <fcntl.h> #include <signal.h> #include <sys/time.h> -#include "pcs/calobj.h" +#include "cal-util/calobj.h" #include "alarm.h" /* The pipes used to notify about an alarm */ diff --git a/calendar/gui/alarm-notify/alarm.h b/calendar/gui/alarm-notify/alarm.h index 6bb5c1afa5..c1dbd9cb61 100644 --- a/calendar/gui/alarm-notify/alarm.h +++ b/calendar/gui/alarm-notify/alarm.h @@ -2,7 +2,7 @@ #define ALARM_H #include <time.h> -#include "pcs/calobj.h" +#include "cal-util/calobj.h" typedef void (*AlarmFunction)(time_t time, CalendarAlarm *which, void *closuse); |