aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-cell-date-edit.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-cell-date-edit.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-cell-date-edit.c')
-rw-r--r--widgets/misc/e-cell-date-edit.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/widgets/misc/e-cell-date-edit.c b/widgets/misc/e-cell-date-edit.c
index 9c3ba8cae5..53c8578dc1 100644
--- a/widgets/misc/e-cell-date-edit.c
+++ b/widgets/misc/e-cell-date-edit.c
@@ -28,9 +28,12 @@
*/
#include <config.h>
+#include <time.h>
#include <gal/util/e-i18n.h>
#include <gdk/gdkkeysyms.h>
-#include "gal/util/e-util.h"
+#include <libgnomeui/gnome-messagebox.h>
+#include <libgnomeui/gnome-stock.h>
+#include <gal/util/e-util.h>
#include <gal/e-table/e-table-item.h>
#include <e-util/e-time-utils.h>
#include "e-cell-date-edit.h"