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 /modules/addressbook | |
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 'modules/addressbook')
-rw-r--r-- | modules/addressbook/autocompletion-config.h | 1 | ||||
-rw-r--r-- | modules/addressbook/e-book-shell-migrate.c | 1 | ||||
-rw-r--r-- | modules/addressbook/e-book-shell-migrate.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/modules/addressbook/autocompletion-config.h b/modules/addressbook/autocompletion-config.h index 8825161732..c4630f8d66 100644 --- a/modules/addressbook/autocompletion-config.h +++ b/modules/addressbook/autocompletion-config.h @@ -25,7 +25,6 @@ #ifndef _AUTOCOMPLETION_CONFIG_H #define _AUTOCOMPLETION_CONFIG_H -#include <glib.h> #include <shell/e-shell.h> #include <widgets/misc/e-preferences-window.h> diff --git a/modules/addressbook/e-book-shell-migrate.c b/modules/addressbook/e-book-shell-migrate.c index c23add1cde..df27f39e47 100644 --- a/modules/addressbook/e-book-shell-migrate.c +++ b/modules/addressbook/e-book-shell-migrate.c @@ -33,7 +33,6 @@ #include <fcntl.h> #include <errno.h> -#include <glib.h> #include <glib/gstdio.h> #include <gtk/gtk.h> diff --git a/modules/addressbook/e-book-shell-migrate.h b/modules/addressbook/e-book-shell-migrate.h index cb6128910a..2bbf3f321f 100644 --- a/modules/addressbook/e-book-shell-migrate.h +++ b/modules/addressbook/e-book-shell-migrate.h @@ -25,7 +25,6 @@ #ifndef E_BOOK_SHELL_MIGRATE_H #define E_BOOK_SHELL_MIGRATE_H -#include <glib.h> #include <shell/e-shell-backend.h> G_BEGIN_DECLS |