aboutsummaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-28 23:12:08 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-05-28 23:12:08 +0800
commitde752b010fb47177e91b0fdaba86b8bed0953a23 (patch)
tree58ba1f9e6936e38c122312fb30654769fdcc168c /filter
parent394e580dfdb04342c2e457ced400908e4dd5c88e (diff)
downloadgsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar
gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.gz
gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.bz2
gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.lz
gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.xz
gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.zst
gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.zip
Including <glib-object.h> directly is rarely needed.
Diffstat (limited to 'filter')
-rw-r--r--filter/e-filter-rule.h2
-rw-r--r--filter/e-rule-context.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/filter/e-filter-rule.h b/filter/e-filter-rule.h
index 75f003b0e0..29ba21c451 100644
--- a/filter/e-filter-rule.h
+++ b/filter/e-filter-rule.h
@@ -24,8 +24,6 @@
#ifndef E_FILTER_RULE_H
#define E_FILTER_RULE_H
-#include <glib-object.h>
-
#include "e-filter-part.h"
/* Standard GObject macros */
diff --git a/filter/e-rule-context.h b/filter/e-rule-context.h
index 102faef1b6..a2a2d2df97 100644
--- a/filter/e-rule-context.h
+++ b/filter/e-rule-context.h
@@ -25,7 +25,6 @@
#ifndef E_RULE_CONTEXT_H
#define E_RULE_CONTEXT_H
-#include <glib-object.h>
#include <libxml/parser.h>
#include "e-filter-part.h"