diff options
Diffstat (limited to 'em-format/e-mail-parser-secure-button.c')
-rw-r--r-- | em-format/e-mail-parser-secure-button.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/em-format/e-mail-parser-secure-button.c b/em-format/e-mail-parser-secure-button.c index c590fba426..cb1f98ee7f 100644 --- a/em-format/e-mail-parser-secure-button.c +++ b/em-format/e-mail-parser-secure-button.c @@ -19,7 +19,6 @@ #ifdef HAVE_CONFIG_H #include <config.h> #endif -#include "e-mail-format-extensions.h" #include <glib/gi18n-lib.h> @@ -32,6 +31,8 @@ typedef EMailParserExtension EMailParserSecureButton; typedef EMailParserExtensionClass EMailParserSecureButtonClass; +GType e_mail_parser_secure_button_get_type (void); + G_DEFINE_TYPE ( EMailParserSecureButton, e_mail_parser_secure_button, |