diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 22:18:56 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:21 +0800 |
commit | 7132d0f0c2b8494b3962792cd77ce3fcb5313687 (patch) | |
tree | cdf5ae9b6d1aaf025d648a4f8dc10c3090f2db4c /addressbook | |
parent | 63d86c794e104a40e729cedea51d3929f10b0cb9 (diff) | |
download | gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.gz gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.zst gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.zip |
Including <glib.h> directly is rarely needed.
Diffstat (limited to 'addressbook')
6 files changed, 0 insertions, 6 deletions
diff --git a/addressbook/gui/widgets/e-minicard-label.h b/addressbook/gui/widgets/e-minicard-label.h index 6b0205c493..0cd9183e5f 100644 --- a/addressbook/gui/widgets/e-minicard-label.h +++ b/addressbook/gui/widgets/e-minicard-label.h @@ -23,7 +23,6 @@ #ifndef __E_MINICARD_LABEL_H__ #define __E_MINICARD_LABEL_H__ -#include <glib.h> #include <libgnomecanvas/libgnomecanvas.h> G_BEGIN_DECLS diff --git a/addressbook/gui/widgets/gal-view-factory-minicard.c b/addressbook/gui/widgets/gal-view-factory-minicard.c index d5804b18d9..a4700db480 100644 --- a/addressbook/gui/widgets/gal-view-factory-minicard.c +++ b/addressbook/gui/widgets/gal-view-factory-minicard.c @@ -24,7 +24,6 @@ #include <config.h> #endif -#include <glib.h> #include <glib/gi18n.h> #include "gal-view-factory-minicard.h" #include "gal-view-minicard.h" diff --git a/addressbook/tools/evolution-addressbook-export-list-cards.c b/addressbook/tools/evolution-addressbook-export-list-cards.c index 15b570e608..eed6dbc183 100644 --- a/addressbook/tools/evolution-addressbook-export-list-cards.c +++ b/addressbook/tools/evolution-addressbook-export-list-cards.c @@ -28,7 +28,6 @@ #include <sys/types.h> #include <unistd.h> -#include <glib.h> #include <glib/gi18n.h> #include <glib/gstdio.h> diff --git a/addressbook/tools/evolution-addressbook-export-list-folders.c b/addressbook/tools/evolution-addressbook-export-list-folders.c index 555d49df3d..440b757097 100644 --- a/addressbook/tools/evolution-addressbook-export-list-folders.c +++ b/addressbook/tools/evolution-addressbook-export-list-folders.c @@ -23,7 +23,6 @@ #include <config.h> -#include <glib.h> #include <glib/gi18n.h> #include <glib/gstdio.h> diff --git a/addressbook/tools/evolution-addressbook-export.c b/addressbook/tools/evolution-addressbook-export.c index 6d945d48c1..e780cfbfda 100644 --- a/addressbook/tools/evolution-addressbook-export.c +++ b/addressbook/tools/evolution-addressbook-export.c @@ -25,7 +25,6 @@ #endif #include <string.h> -#include <glib.h> #include <glib/gi18n.h> #include <libebook/e-book.h> diff --git a/addressbook/util/eab-book-util.c b/addressbook/util/eab-book-util.c index 261398d59c..6c393595d3 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.h> #include <glib-object.h> /* |