* Added comparisons with "Invalid" string <- should be fixed in tinymail
[modest] / src / gtk / modest-account-view-window.h
index 8db09c4..bbe3344 100644 (file)
@@ -4,8 +4,6 @@
 #ifndef __MODEST_ACCOUNT_VIEW_WINDOW_H__
 #define __MODEST_ACCOUNT_VIEW_WINDOW_H__
 
-#include <gtk/gtk.h>
-#include <glib/gi18n.h>
 #include <modest-widget-factory.h>
 
 G_BEGIN_DECLS
@@ -35,8 +33,7 @@ struct _ModestAccountViewWindowClass {
 /* member functions */
 GType        modest_account_view_window_get_type    (void) G_GNUC_CONST;
 
-GtkWidget*   modest_account_view_window_new         (ModestAccountMgr *account_mgr,
-                                                    ModestWidgetFactory *factory);
+GtkWidget*   modest_account_view_window_new         (ModestWidgetFactory *factory);
 
 G_END_DECLS