aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-folder-selection.h')
-rw-r--r--mail/em-folder-selection.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/em-folder-selection.h b/mail/em-folder-selection.h
index 96d14cbc19..3f6b4b3a3b 100644
--- a/mail/em-folder-selection.h
+++ b/mail/em-folder-selection.h
@@ -24,12 +24,11 @@
#ifndef EM_FOLDER_SELECTION_H
#define EM_FOLDER_SELECTION_H
-#include <mail/em-folder-tree-model.h>
+#include <glib.h>
G_BEGIN_DECLS
-void em_select_folder (EMFolderTreeModel *model,
- const gchar *title,
+void em_select_folder (const gchar *title,
const gchar *oklabel,
const gchar *default_uri,
EMFTExcludeFunc exclude,