aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-dateedit.c
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-04-05 02:46:01 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-04-05 02:46:01 +0800
commitaf777b08caeccc7fb1ca3f43167181a4345f8e34 (patch)
treefe5c601b281f5e0411d0ee52418ba3e8fb3986f9 /widgets/misc/e-dateedit.c
parentfc3e2546609c72cf3311310923aa7ade61cabef7 (diff)
downloadgsoc2013-evolution-af777b08caeccc7fb1ca3f43167181a4345f8e34.tar
gsoc2013-evolution-af777b08caeccc7fb1ca3f43167181a4345f8e34.tar.gz
gsoc2013-evolution-af777b08caeccc7fb1ca3f43167181a4345f8e34.tar.bz2
gsoc2013-evolution-af777b08caeccc7fb1ca3f43167181a4345f8e34.tar.lz
gsoc2013-evolution-af777b08caeccc7fb1ca3f43167181a4345f8e34.tar.xz
gsoc2013-evolution-af777b08caeccc7fb1ca3f43167181a4345f8e34.tar.zst
gsoc2013-evolution-af777b08caeccc7fb1ca3f43167181a4345f8e34.zip
More header fixes. Same. Same. Same here. More header fixes. Same here.
2001-04-04 Kjartan Maraas <kmaraas@gnome.org> * e-calendar.c: More header fixes. * e-cell-date-edit.c: Same. * e-dateedit.[ch]: Same. * e-title-bar.c: Same here. * e-search-bar.c: More header fixes. * test-calendar.c: Same here. svn path=/trunk/; revision=9178
Diffstat (limited to 'widgets/misc/e-dateedit.c')
-rw-r--r--widgets/misc/e-dateedit.c23
1 files changed, 16 insertions, 7 deletions
diff --git a/widgets/misc/e-dateedit.c b/widgets/misc/e-dateedit.c
index 74b205867a..44a0b7b4e4 100644
--- a/widgets/misc/e-dateedit.c
+++ b/widgets/misc/e-dateedit.c
@@ -38,19 +38,28 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <gtk/gtkmain.h>
-#include "e-dateedit.h"
-#include "e-calendar.h"
-
#include <gdk/gdkkeysyms.h>
-#include <gtk/gtkoptionmenu.h>
-#include <gtk/gtkframe.h>
#include <gtk/gtkarrow.h>
-#include <gtk/gtklabel.h>
+#include <gtk/gtkbbox.h>
+#include <gtk/gtkcombo.h>
+#include <gtk/gtkdrawingarea.h>
#include <gtk/gtkentry.h>
+#include <gtk/gtkframe.h>
+#include <gtk/gtkhbbox.h>
+#include <gtk/gtklabel.h>
+#include <gtk/gtklist.h>
#include <gtk/gtkmenu.h>
#include <gtk/gtkmenuitem.h>
+#include <gtk/gtkoptionmenu.h>
#include <gtk/gtkwindow.h>
+#include <gtk/gtkmain.h>
+#include <gtk/gtksignal.h>
+#include <gtk/gtkvbox.h>
+#include <libgnome/gnome-defs.h>
+#include <libgnome/gnome-i18n.h>
+#include "e-dateedit.h"
+#include "e-calendar.h"
+
struct _EDateEditPrivate {