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 /modules | |
parent | 2988537fb0fd7ea5547c274a3660ebd41a2514e2 (diff) | |
download | gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.tar gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.tar.gz gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.tar.bz2 gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.tar.lz gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.tar.xz gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.tar.zst gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.zip |
Including <glib.h> directly is rarely needed.
Diffstat (limited to 'modules')
-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 | ||||
-rw-r--r-- | modules/calendar/e-cal-shell-migrate.h | 1 | ||||
-rw-r--r-- | modules/calendar/e-memo-shell-migrate.h | 1 | ||||
-rw-r--r-- | modules/calendar/e-task-shell-migrate.h | 1 |
6 files changed, 0 insertions, 6 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 diff --git a/modules/calendar/e-cal-shell-migrate.h b/modules/calendar/e-cal-shell-migrate.h index 359ca5ea22..6c021978a0 100644 --- a/modules/calendar/e-cal-shell-migrate.h +++ b/modules/calendar/e-cal-shell-migrate.h @@ -22,7 +22,6 @@ #ifndef E_CAL_SHELL_BACKEND_MIGRATE_H #define E_CAL_SHELL_BACKEND_MIGRATE_H -#include <glib.h> #include <shell/e-shell-backend.h> G_BEGIN_DECLS diff --git a/modules/calendar/e-memo-shell-migrate.h b/modules/calendar/e-memo-shell-migrate.h index ba163c6950..b75612539f 100644 --- a/modules/calendar/e-memo-shell-migrate.h +++ b/modules/calendar/e-memo-shell-migrate.h @@ -22,7 +22,6 @@ #ifndef E_MEMO_SHELL_BACKEND_MIGRATE_H #define E_MEMO_SHELL_BACKEND_MIGRATE_H -#include <glib.h> #include <shell/e-shell-backend.h> G_BEGIN_DECLS diff --git a/modules/calendar/e-task-shell-migrate.h b/modules/calendar/e-task-shell-migrate.h index 4cb91c9f4a..f33aa82fcc 100644 --- a/modules/calendar/e-task-shell-migrate.h +++ b/modules/calendar/e-task-shell-migrate.h @@ -22,7 +22,6 @@ #ifndef E_TASK_SHELL_BACKEND_MIGRATE_H #define E_TASK_SHELL_BACKEND_MIGRATE_H -#include <glib.h> #include <shell/e-shell-backend.h> G_BEGIN_DECLS |