aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-tag-followup.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-03 18:31:00 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-03 18:31:00 +0800
commite24fd5f7d15b9a97812764d1598a267204fc4479 (patch)
tree171d12e7abae6f09cccd02598bbea449daab5a05 /mail/message-tag-followup.c
parent03cdf54aaba80cf64c118b148c32d5f540365d93 (diff)
downloadgsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.tar
gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.tar.gz
gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.tar.bz2
gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.tar.lz
gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.tar.xz
gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.tar.zst
gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.zip
removed.
2004-05-03 Not Zed <NotZed@Ximian.com> * mail-send-recv.c (receive_update_done): removed. * em-mailer-prefs.h: * message-tag-followup.h: * mail-config-druid.h: * mail-tools.h: clean up & use forward decls. Fix users with busted includes. svn path=/trunk/; revision=25745
Diffstat (limited to 'mail/message-tag-followup.c')
-rw-r--r--mail/message-tag-followup.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/mail/message-tag-followup.c b/mail/message-tag-followup.c
index 481e99f140..681b0a8d72 100644
--- a/mail/message-tag-followup.c
+++ b/mail/message-tag-followup.c
@@ -36,7 +36,17 @@
#include <gtk/gtkcombo.h>
#include <gtk/gtklist.h>
#define GTK_ENABLE_DEPRECATED
-#endif /* GTK_DISABLE_DEPRECATED */
+#else
+#include <gtk/gtkcombo.h>
+#include <gtk/gtklist.h>
+#endif /* !GTK_DISABLE_DEPRECATED */
+
+#include <gtk/gtkentry.h>
+#include <gtk/gtktogglebutton.h>
+#include <gtk/gtkbox.h>
+#include <gtk/gtktreeview.h>
+#include <gtk/gtkliststore.h>
+#include <gtk/gtkcellrenderertext.h>
#include <glade/glade.h>
@@ -48,6 +58,7 @@
#include "message-tag-followup.h"
#include "mail-config.h"
#include <e-util/e-icon-factory.h>
+#include "widgets/misc/e-dateedit.h"
static void message_tag_followup_class_init (MessageTagFollowUpClass *class);
static void message_tag_followup_init (MessageTagFollowUp *followup);