diff options
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 ()) |