aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-browser.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/em-folder-browser.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/em-folder-browser.c')
-rw-r--r--mail/em-folder-browser.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/em-folder-browser.c b/mail/em-folder-browser.c
index 5422cab731..b3e9ca92fe 100644
--- a/mail/em-folder-browser.c
+++ b/mail/em-folder-browser.c
@@ -21,11 +21,14 @@
*
*/
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <unistd.h>
+
#include <string.h>
#include <gtk/gtkvbox.h>
@@ -78,6 +81,7 @@
#include "e-util/e-dialog-utils.h"
#include "em-utils.h"
+#include "em-composer-utils.h"
#include "em-format-html-display.h"
#include "em-format-html-print.h"
#include "em-folder-browser.h"