* src/modest-tny-attachment.h:
[modest] / src / gtk / modest-main-window.h
index 94c02ac..12701db 100644 (file)
@@ -7,8 +7,6 @@
 #include <gtk/gtkwindow.h>
 #include <glib/gi18n.h>
 #include <modest-widget-factory.h>
-#include <modest-conf.h>
-#include <modest-account-mgr.h>
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
@@ -42,8 +40,7 @@ struct _ModestMainWindowClass {
 GType        modest_main_window_get_type    (void) G_GNUC_CONST;
 
 
-GtkWidget*   modest_main_window_new         (ModestConf *conf, ModestAccountMgr *account_mgr,
-                                            ModestWidgetFactory *factory);
+GtkWidget*   modest_main_window_new         (ModestWidgetFactory *factory);
 
 G_END_DECLS