aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-time-sel.c
diff options
context:
space:
mode:
authorKaushal Kumar <kakumar@novell.com>2005-06-23 17:11:11 +0800
committerKaushal Kumar <kaushal@src.gnome.org>2005-06-23 17:11:11 +0800
commitdf07f02cae503795461bd231da20805853430da7 (patch)
treed95689f1ed37e71415e91997d69ee96c14ecb9a6 /calendar/gui/e-meeting-time-sel.c
parentdbbee50d3d566e217f77b217d27bcd228d7a9d51 (diff)
downloadgsoc2013-evolution-df07f02cae503795461bd231da20805853430da7.tar.gz
gsoc2013-evolution-df07f02cae503795461bd231da20805853430da7.tar.zst
gsoc2013-evolution-df07f02cae503795461bd231da20805853430da7.zip
Added widgets in INCLUDES.
2005-06-23 Kaushal Kumar <kakumar@novell.com> * e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am, addressbook/gui/search/Makefile.am, plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES. Updated the include paths to use misc instead of widgets/misc. svn path=/trunk/; revision=29574
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.c')
-rw-r--r--calendar/gui/e-meeting-time-sel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c
index 74b68d7153..1038999406 100644
--- a/calendar/gui/e-meeting-time-sel.c
+++ b/calendar/gui/e-meeting-time-sel.c
@@ -54,10 +54,10 @@
#include <libgnome/gnome-i18n.h>
#include <libgnomecanvas/gnome-canvas-widget.h>
-#include <widgets/misc/e-canvas.h>
-#include <widgets/misc/e-canvas-utils.h>
+#include <misc/e-canvas.h>
+#include <misc/e-canvas-utils.h>
-#include <widgets/misc/e-dateedit.h>
+#include <misc/e-dateedit.h>
#include <e-util/e-gui-utils.h>
#include "calendar-component.h"