diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 23:12:08 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:21 +0800 |
commit | f043e3c748ad0a6e622b4b37ec990b06770ed75e (patch) | |
tree | 568d4cda01a5580f5838dacdfe550f1acc806e96 | |
parent | 7132d0f0c2b8494b3962792cd77ce3fcb5313687 (diff) | |
download | gsoc2013-evolution-f043e3c748ad0a6e622b4b37ec990b06770ed75e.tar.gz gsoc2013-evolution-f043e3c748ad0a6e622b4b37ec990b06770ed75e.tar.zst gsoc2013-evolution-f043e3c748ad0a6e622b4b37ec990b06770ed75e.zip |
Including <glib-object.h> directly is rarely needed.
28 files changed, 0 insertions, 34 deletions
diff --git a/a11y/ea-factory.h b/a11y/ea-factory.h index b806d5207d..b156b3b4b2 100644 --- a/a11y/ea-factory.h +++ b/a11y/ea-factory.h @@ -27,7 +27,6 @@ #ifndef _EA_FACTORY_H__ #define _EA_FACTORY_H__ -#include <glib-object.h> #include <atk/atkobject.h> #define EA_FACTORY_PARTA_GOBJECT(type, type_as_function, opt_create_accessible) \ diff --git a/a11y/gal-a11y-factory.h b/a11y/gal-a11y-factory.h index 678689c2a4..b5df8539b6 100644 --- a/a11y/gal-a11y-factory.h +++ b/a11y/gal-a11y-factory.h @@ -25,7 +25,6 @@ #ifndef _GAL_A11Y_FACTORY_H__ #define _GAL_A11Y_FACTORY_H__ -#include <glib-object.h> #include <atk/atkobject.h> #include <atk/atkobjectfactory.h> diff --git a/addressbook/gui/widgets/eab-config.h b/addressbook/gui/widgets/eab-config.h index 3c2dabdced..5aa822ea62 100644 --- a/addressbook/gui/widgets/eab-config.h +++ b/addressbook/gui/widgets/eab-config.h @@ -24,8 +24,6 @@ #ifndef __EAB_CONFIG_H__ #define __EAB_CONFIG_H__ -#include <glib-object.h> - #include "e-util/e-config.h" #define EAB_TYPE_CONFIG (eab_config_get_type ()) diff --git a/addressbook/gui/widgets/gal-view-factory-minicard.h b/addressbook/gui/widgets/gal-view-factory-minicard.h index aa27bf9a27..e96c4e455c 100644 --- a/addressbook/gui/widgets/gal-view-factory-minicard.h +++ b/addressbook/gui/widgets/gal-view-factory-minicard.h @@ -26,7 +26,6 @@ #ifndef GAL_VIEW_FACTORY_MINICARD_H #define GAL_VIEW_FACTORY_MINICARD_H -#include <glib-object.h> #include <widgets/menus/gal-view-factory.h> /* Standard GObject macros */ diff --git a/addressbook/util/eab-book-util.c b/addressbook/util/eab-book-util.c index 6c393595d3..638f536c37 100644 --- a/addressbook/util/eab-book-util.c +++ b/addressbook/util/eab-book-util.c @@ -28,7 +28,6 @@ #include "eab-book-util.h" #include <string.h> -#include <glib-object.h> /* * diff --git a/calendar/gui/e-cal-config.h b/calendar/gui/e-cal-config.h index f92886b1f8..7751c3e42f 100644 --- a/calendar/gui/e-cal-config.h +++ b/calendar/gui/e-cal-config.h @@ -24,8 +24,6 @@ #ifndef __E_CAL_CONFIG_H__ #define __E_CAL_CONFIG_H__ -#include <glib-object.h> - #include <libecal/e-cal.h> #include "e-util/e-config.h" diff --git a/calendar/gui/e-cal-event.h b/calendar/gui/e-cal-event.h index ada03b7bca..d67342e190 100644 --- a/calendar/gui/e-cal-event.h +++ b/calendar/gui/e-cal-event.h @@ -24,7 +24,6 @@ #ifndef __E_CAL_EVENT_H__ #define __E_CAL_EVENT_H__ -#include <glib-object.h> #include <libedataserver/e-source-list.h> #include "e-util/e-event.h" diff --git a/e-util/e-extension.h b/e-util/e-extension.h index e9eee64a62..bce2980e0e 100644 --- a/e-util/e-extension.h +++ b/e-util/e-extension.h @@ -19,7 +19,6 @@ #ifndef E_EXTENSION_H #define E_EXTENSION_H -#include <glib-object.h> #include <e-util/e-extensible.h> /* Standard GObject macros */ diff --git a/e-util/e-sorter-array.h b/e-util/e-sorter-array.h index 4e69359e86..5fb9c31f6b 100644 --- a/e-util/e-sorter-array.h +++ b/e-util/e-sorter-array.h @@ -23,7 +23,6 @@ #ifndef _E_SORTER_ARRAY_H_ #define _E_SORTER_ARRAY_H_ -#include <glib-object.h> #include <e-util/e-sorter.h> G_BEGIN_DECLS diff --git a/em-format/em-format.h b/em-format/em-format.h index 06aa127cea..d78cfee9ee 100644 --- a/em-format/em-format.h +++ b/em-format/em-format.h @@ -28,7 +28,6 @@ #ifndef EM_FORMAT_H #define EM_FORMAT_H -#include <glib-object.h> #include <camel/camel.h> /* Standard GObject macros */ 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" diff --git a/mail/e-mail-tab-picker.h b/mail/e-mail-tab-picker.h index 0ee2c68fb1..5d6ae61182 100644 --- a/mail/e-mail-tab-picker.h +++ b/mail/e-mail-tab-picker.h @@ -19,7 +19,6 @@ #ifndef _E_MAIL_TAB_PICKER_H #define _E_MAIL_TAB_PICKER_H -#include <glib-object.h> #include <clutter/clutter.h> #include <mx/mx.h> #include "e-mail-tab.h" diff --git a/mail/e-mail-tab.h b/mail/e-mail-tab.h index 55d69b8ba7..b8f9abf18e 100644 --- a/mail/e-mail-tab.h +++ b/mail/e-mail-tab.h @@ -19,7 +19,6 @@ #ifndef _E_MAIL_TAB_H #define _E_MAIL_TAB_H -#include <glib-object.h> #include <clutter/clutter.h> #include <mx/mx.h> diff --git a/mail/em-event.h b/mail/em-event.h index 644ba211ef..f1cd25c59c 100644 --- a/mail/em-event.h +++ b/mail/em-event.h @@ -24,8 +24,6 @@ #ifndef EM_EVENT_H #define EM_EVENT_H -#include <glib-object.h> - #include "e-util/e-event.h" #include "composer/e-msg-composer.h" diff --git a/mail/mail-folder-cache.c b/mail/mail-folder-cache.c index 5832a2088c..39dce1f0bb 100644 --- a/mail/mail-folder-cache.c +++ b/mail/mail-folder-cache.c @@ -36,7 +36,6 @@ #include <time.h> #include <glib/gi18n.h> -#include <glib-object.h> #include <glib/gstdio.h> #include <libedataserver/e-data-server-util.h> diff --git a/plugins/external-editor/external-editor.c b/plugins/external-editor/external-editor.c index 663d237434..938215945e 100644 --- a/plugins/external-editor/external-editor.c +++ b/plugins/external-editor/external-editor.c @@ -32,7 +32,6 @@ #include <e-msg-composer.h> #include <glib/gi18n-lib.h> -#include <glib-object.h> #include <glib/gstdio.h> #include <gdk/gdkkeysyms.h> diff --git a/shell/es-event.h b/shell/es-event.h index 9729d6f481..31823d118f 100644 --- a/shell/es-event.h +++ b/shell/es-event.h @@ -24,8 +24,6 @@ #ifndef __ES_EVENT_H__ #define __ES_EVENT_H__ -#include <glib-object.h> - #include "e-util/e-event.h" G_BEGIN_DECLS diff --git a/widgets/menus/gal-view-collection.h b/widgets/menus/gal-view-collection.h index f5fb498923..a8dc3124e0 100644 --- a/widgets/menus/gal-view-collection.h +++ b/widgets/menus/gal-view-collection.h @@ -23,7 +23,6 @@ #ifndef _GAL_VIEW_SET_H_ #define _GAL_VIEW_SET_H_ -#include <glib-object.h> #include <menus/gal-view-factory.h> G_BEGIN_DECLS diff --git a/widgets/menus/gal-view-factory.h b/widgets/menus/gal-view-factory.h index 7b523cb407..92c3df45ac 100644 --- a/widgets/menus/gal-view-factory.h +++ b/widgets/menus/gal-view-factory.h @@ -24,7 +24,6 @@ #ifndef GAL_VIEW_FACTORY_H #define GAL_VIEW_FACTORY_H -#include <glib-object.h> #include <menus/gal-view.h> /* Standard GObject macros */ diff --git a/widgets/menus/gal-view-instance.h b/widgets/menus/gal-view-instance.h index 2ca4e86de1..7495f0fa8f 100644 --- a/widgets/menus/gal-view-instance.h +++ b/widgets/menus/gal-view-instance.h @@ -24,7 +24,6 @@ #ifndef _GAL_VIEW_INSTANCE_H_ #define _GAL_VIEW_INSTANCE_H_ -#include <glib-object.h> #include <menus/gal-view-collection.h> G_BEGIN_DECLS diff --git a/widgets/misc/e-selection-model-array.h b/widgets/misc/e-selection-model-array.h index 2f7687b578..4e59789d95 100644 --- a/widgets/misc/e-selection-model-array.h +++ b/widgets/misc/e-selection-model-array.h @@ -24,7 +24,6 @@ #ifndef _E_SELECTION_MODEL_ARRAY_H_ #define _E_SELECTION_MODEL_ARRAY_H_ -#include <glib-object.h> #include <misc/e-selection-model.h> #include <e-util/e-bit-array.h> diff --git a/widgets/table/e-table-header.c b/widgets/table/e-table-header.c index 9950ee69e4..90dec061c1 100644 --- a/widgets/table/e-table-header.c +++ b/widgets/table/e-table-header.c @@ -27,7 +27,6 @@ #include <string.h> -#include <glib-object.h> #include <gtk/gtk.h> #include "e-util/e-util.h" diff --git a/widgets/table/e-table-model.c b/widgets/table/e-table-model.c index 51d1a9d81b..77b462ec2a 100644 --- a/widgets/table/e-table-model.c +++ b/widgets/table/e-table-model.c @@ -25,8 +25,6 @@ #include <config.h> #endif -#include <glib-object.h> - #include "e-util/e-util.h" #include "e-table-model.h" 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 ()) |