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/gui | |
parent | 63d86c794e104a40e729cedea51d3929f10b0cb9 (diff) | |
download | gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.gz gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.bz2 gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.lz gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.xz gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.zst gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.zip |
Including <glib.h> directly is rarely needed.
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/widgets/e-minicard-label.h | 1 | ||||
-rw-r--r-- | addressbook/gui/widgets/gal-view-factory-minicard.c | 1 |
2 files changed, 0 insertions, 2 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" |