From df07f02cae503795461bd231da20805853430da7 Mon Sep 17 00:00:00 2001
From: Kaushal Kumar <kakumar@novell.com>
Date: Thu, 23 Jun 2005 09:11:11 +0000
Subject: 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
---
 mail/message-tag-followup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'mail/message-tag-followup.c')

diff --git a/mail/message-tag-followup.c b/mail/message-tag-followup.c
index 3c456e926e..9b94f14af9 100644
--- a/mail/message-tag-followup.c
+++ b/mail/message-tag-followup.c
@@ -59,7 +59,7 @@
 #include "message-tag-followup.h"
 #include "mail-config.h"
 #include <e-util/e-icon-factory.h>
-#include "widgets/misc/e-dateedit.h"
+#include "misc/e-dateedit.h"
 
 static void message_tag_followup_class_init (MessageTagFollowUpClass *class);
 static void message_tag_followup_init (MessageTagFollowUp *followup);
-- 
cgit