diff options
Diffstat (limited to 'filter/e-filter-part.h')
-rw-r--r-- | filter/e-filter-part.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/filter/e-filter-part.h b/filter/e-filter-part.h index fe1f3cc8cf..dcf1e8b4ca 100644 --- a/filter/e-filter-part.h +++ b/filter/e-filter-part.h @@ -25,7 +25,10 @@ #define E_FILTER_PART_H #include <gtk/gtk.h> -#include "e-filter-input.h" +#include <libxml/parser.h> +#include <libxml/xmlmemory.h> +#include "e-util/e-alert.h" +#include "e-filter-element.h" /* Standard GObject macros */ #define E_TYPE_FILTER_PART \ @@ -71,7 +74,7 @@ struct _EFilterPartClass { GType e_filter_part_get_type (void); EFilterPart * e_filter_part_new (void); gboolean e_filter_part_validate (EFilterPart *part, - EError **error); + EAlert **alert); gint e_filter_part_eq (EFilterPart *part_a, EFilterPart *part_b); gint e_filter_part_xml_create (EFilterPart *part, |