diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 22:18:56 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 22:39:52 +0800 |
commit | 394e580dfdb04342c2e457ced400908e4dd5c88e (patch) | |
tree | 2c811bdfe0e350dad51a9d0008578b04a93ec1ce /addressbook/gui | |
parent | 2988537fb0fd7ea5547c274a3660ebd41a2514e2 (diff) | |
download | gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.tar.gz gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.tar.zst gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.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" |