diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 23:12:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 23:12:08 +0800 |
commit | de752b010fb47177e91b0fdaba86b8bed0953a23 (patch) | |
tree | 58ba1f9e6936e38c122312fb30654769fdcc168c /widgets/text | |
parent | 394e580dfdb04342c2e457ced400908e4dd5c88e (diff) | |
download | gsoc2013-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 'widgets/text')
-rw-r--r-- | widgets/text/e-reflow-model.h | 1 | ||||
-rw-r--r-- | widgets/text/e-text.c | 1 | ||||
-rw-r--r-- | widgets/text/gal-a11y-e-text-factory.h | 1 | ||||
-rw-r--r-- | widgets/text/gal-a11y-e-text.h | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/widgets/text/e-reflow-model.h b/widgets/text/e-reflow-model.h index 56da24764b..224a6ab4e3 100644 --- a/widgets/text/e-reflow-model.h +++ b/widgets/text/e-reflow-model.h @@ -24,7 +24,6 @@ #ifndef _E_REFLOW_MODEL_H_ #define _E_REFLOW_MODEL_H_ -#include <glib-object.h> #include <libgnomecanvas/libgnomecanvas.h> G_BEGIN_DECLS diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c index 9c97a6664f..175eea65d7 100644 --- a/widgets/text/e-text.c +++ b/widgets/text/e-text.c @@ -43,7 +43,6 @@ #include <ctype.h> #include <string.h> -#include <glib-object.h> #include <gdk/gdkkeysyms.h> #include <gtk/gtk.h> diff --git a/widgets/text/gal-a11y-e-text-factory.h b/widgets/text/gal-a11y-e-text-factory.h index 2364eae23e..1e66d34ff8 100644 --- a/widgets/text/gal-a11y-e-text-factory.h +++ b/widgets/text/gal-a11y-e-text-factory.h @@ -23,7 +23,6 @@ #ifndef __GAL_A11Y_E_TEXT_FACTORY_H__ #define __GAL_A11Y_E_TEXT_FACTORY_H__ -#include <glib-object.h> #include <atk/atkobjectfactory.h> #define GAL_A11Y_TYPE_E_TEXT_FACTORY (gal_a11y_e_text_factory_get_type ()) diff --git a/widgets/text/gal-a11y-e-text.h b/widgets/text/gal-a11y-e-text.h index b56d43553c..adf2833a19 100644 --- a/widgets/text/gal-a11y-e-text.h +++ b/widgets/text/gal-a11y-e-text.h @@ -24,7 +24,6 @@ #ifndef __GAL_A11Y_E_TEXT_H__ #define __GAL_A11Y_E_TEXT_H__ -#include <glib-object.h> #include <table/e-table-item.h> #define GAL_A11Y_TYPE_E_TEXT (gal_a11y_e_text_get_type ()) |