diff options
Diffstat (limited to 'camel/providers/nntp/camel-nntp-folder.h')
-rw-r--r-- | camel/providers/nntp/camel-nntp-folder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/nntp/camel-nntp-folder.h b/camel/providers/nntp/camel-nntp-folder.h index 7029023a62..7a445d697f 100644 --- a/camel/providers/nntp/camel-nntp-folder.h +++ b/camel/providers/nntp/camel-nntp-folder.h @@ -35,7 +35,6 @@ extern "C" { #include <gtk/gtk.h> #include "camel-folder.h" -#include "camel-nntp-summary.h" /* #include "camel-store.h" */ @@ -49,6 +48,7 @@ typedef struct { CamelFolder parent_object; gchar *summary_file_path; /* contains the messages summary */ + CamelFolderSummary *summary; } CamelNNTPFolder; |