aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view-top-item.c
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-04-05 04:41:23 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-04-05 04:41:23 +0800
commit084b7b42425b3e4f299b5f277f8216d87c182ac8 (patch)
tree46a5a7bb6737c8b26e8409bcad9740f52d186f88 /calendar/gui/e-day-view-top-item.c
parentc105fef6b373d28be6a23cfd67dbd5a3e0fd645a (diff)
downloadgsoc2013-evolution-084b7b42425b3e4f299b5f277f8216d87c182ac8.tar
gsoc2013-evolution-084b7b42425b3e4f299b5f277f8216d87c182ac8.tar.gz
gsoc2013-evolution-084b7b42425b3e4f299b5f277f8216d87c182ac8.tar.bz2
gsoc2013-evolution-084b7b42425b3e4f299b5f277f8216d87c182ac8.tar.lz
gsoc2013-evolution-084b7b42425b3e4f299b5f277f8216d87c182ac8.tar.xz
gsoc2013-evolution-084b7b42425b3e4f299b5f277f8216d87c182ac8.tar.zst
gsoc2013-evolution-084b7b42425b3e4f299b5f277f8216d87c182ac8.zip
Fix headers. Same here. Same here. Same here. Same here. Same here. Same
2001-04-04 Kjartan Maraas <kmaraas@gnome.org> * gui/calendar-commands.c: Fix headers. * gui/calendar-config.c: Same here. * gui/calendar-model.c: Same here. * gui/e-day-view-time-item.c: Same here. * gui/e-day-view-top-item.c: Same here. * gui/e-day-view.c: Same here. * gui/e-meeting-edit.c: Same here. * gui/e-week-view-main-item.c: Same here. * gui/e-week-view.c: Same here. * gui/event-editor.c: Same here. * gui/gnome-cal.c: Same here. * gui/goto.c: Same here. * gui/main.c: Same her. * gui/print.c: Same here. svn path=/trunk/; revision=9180
Diffstat (limited to 'calendar/gui/e-day-view-top-item.c')
-rw-r--r--calendar/gui/e-day-view-top-item.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-day-view-top-item.c b/calendar/gui/e-day-view-top-item.c
index 8995832399..16bb8be02f 100644
--- a/calendar/gui/e-day-view-top-item.c
+++ b/calendar/gui/e-day-view-top-item.c
@@ -27,6 +27,9 @@
*/
#include <config.h>
+#include <glib.h>
+#include <libgnome/gnome-defs.h>
+#include <libgnome/gnome-i18n.h>
#include "e-day-view-top-item.h"
static void e_day_view_top_item_class_init (EDayViewTopItemClass *class);