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 /addressbook | |
parent | 394e580dfdb04342c2e457ced400908e4dd5c88e (diff) | |
download | gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.gz gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.zst gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.zip |
Including <glib-object.h> directly is rarely needed.
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/widgets/eab-config.h | 2 | ||||
-rw-r--r-- | addressbook/gui/widgets/gal-view-factory-minicard.h | 1 | ||||
-rw-r--r-- | addressbook/util/eab-book-util.c | 1 |
3 files changed, 0 insertions, 4 deletions
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> /* * |