diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-14 01:27:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-30 01:50:00 +0800 |
commit | ef0288a709f531ea8edd002f3efc31fba297b8bb (patch) | |
tree | 9523ce2d53fb483abe3031d13bac11cf898374be /calendar/gui/weekday-picker.h | |
parent | 829b5dc8b9535d7aa2b92ef4363252e5ff998894 (diff) | |
download | gsoc2013-evolution-ef0288a709f531ea8edd002f3efc31fba297b8bb.tar.gz gsoc2013-evolution-ef0288a709f531ea8edd002f3efc31fba297b8bb.tar.zst gsoc2013-evolution-ef0288a709f531ea8edd002f3efc31fba297b8bb.zip |
calendar: Only include libgnomecanvas.h
Diffstat (limited to 'calendar/gui/weekday-picker.h')
-rw-r--r-- | calendar/gui/weekday-picker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/weekday-picker.h b/calendar/gui/weekday-picker.h index f92eb3764e..6939e625c8 100644 --- a/calendar/gui/weekday-picker.h +++ b/calendar/gui/weekday-picker.h @@ -24,7 +24,7 @@ #ifndef WEEKDAY_PICKER_H #define WEEKDAY_PICKER_H -#include <libgnomecanvas/gnome-canvas.h> +#include <libgnomecanvas/libgnomecanvas.h> G_BEGIN_DECLS |