aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/goto.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/goto.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/goto.c')
-rw-r--r--calendar/gui/goto.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/gui/goto.c b/calendar/gui/goto.c
index 9d5b9a43b0..448f898638 100644
--- a/calendar/gui/goto.c
+++ b/calendar/gui/goto.c
@@ -9,6 +9,13 @@
*/
#include <config.h>
+#include <gtk/gtkmenu.h>
+#include <gtk/gtkoptionmenu.h>
+#include <gtk/gtksignal.h>
+#include <gtk/gtkspinbutton.h>
+#include <gtk/gtktogglebutton.h>
+#include <gtk/gtkwindow.h>
+#include <libgnomeui/gnome-dialog.h>
#include <glade/glade.h>
#include "calendar-commands.h"
#include "tag-calendar.h"