From b20c8370f1d894f4f971c0da9cdd132843f50934 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 11 Jan 2009 03:34:52 +0000 Subject: Remove unneeded #include . Remove unneeded 2009-01-10 Matthew Barnes * addressbook/gui/component/addressbook-view.c: * addressbook/gui/contact-editor/e-contact-editor.h: * addressbook/gui/contact-editor/e-contact-quick-add.c: * addressbook/gui/contact-editor/eab-editor.h: * addressbook/gui/contact-list-editor/e-contact-list-editor.h: * mail/mail-autofilter.c: Remove unneeded #include . Remove unneeded #include * calendar/gui/calendar-commands.c: * calendar/gui/e-cell-date-edit-text.c: * calendar/gui/e-itip-control.c: * calendar/gui/memos-control.c: * calendar/gui/print.c: * calendar/gui/tasks-control.c: * widgets/misc/test-dropdown-button.c: Remove unneeded #include . * calendar/gui/alarm-notify/alarm-queue.c: * calendar/gui/dialogs/cal-attachment-select-file.c: * calendar/gui/dialogs/cancel-comp.c: * calendar/gui/dialogs/changed-comp.c: * calendar/gui/dialogs/delete-error.c: * calendar/gui/dialogs/recur-comp.c: * calendar/gui/e-itip-control.c: * calendar/gui/print.c: Remove unneeded #include . svn path=/trunk/; revision=37035 --- calendar/ChangeLog | 20 ++++++++++++++++++++ calendar/gui/alarm-notify/alarm-queue.c | 1 - calendar/gui/calendar-commands.c | 1 - calendar/gui/dialogs/cal-attachment-select-file.c | 1 - calendar/gui/dialogs/cancel-comp.c | 1 - calendar/gui/dialogs/changed-comp.c | 1 - calendar/gui/dialogs/delete-error.c | 1 - calendar/gui/dialogs/recur-comp.c | 1 - calendar/gui/e-cell-date-edit-text.c | 1 - calendar/gui/e-itip-control.c | 2 -- calendar/gui/memos-control.c | 1 - calendar/gui/print.c | 2 -- calendar/gui/tasks-control.c | 1 - 13 files changed, 20 insertions(+), 14 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d9153315a5..af8b6c5b0c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,23 @@ +2009-01-10 Matthew Barnes + + * gui/calendar-commands.c: + * gui/e-cell-date-edit-text.c: + * gui/e-itip-control.c: + * gui/memos-control.c: + * gui/print.c: + * gui/tasks-control.c: + Remove unneeded #include . + + * gui/alarm-notify/alarm-queue.c: + * gui/dialogs/cal-attachment-select-file.c: + * gui/dialogs/cancel-comp.c: + * gui/dialogs/changed-comp.c: + * gui/dialogs/delete-error.c: + * gui/dialogs/recur-comp.c: + * gui/e-itip-control.c: + * gui/print.c: + Remove unneeded #include . + 2009-01-10 Matthew Barnes ** Fixes part of bug #567281 diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index b49681045a..cc11455fc6 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -36,7 +36,6 @@ #include #include #include -#include #include #include diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index 05cb971941..80554167b6 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -37,7 +37,6 @@ #include #include -#include #include #include #include diff --git a/calendar/gui/dialogs/cal-attachment-select-file.c b/calendar/gui/dialogs/cal-attachment-select-file.c index 8d968a84a9..5de8ea669b 100644 --- a/calendar/gui/dialogs/cal-attachment-select-file.c +++ b/calendar/gui/dialogs/cal-attachment-select-file.c @@ -32,7 +32,6 @@ #include -#include #include #include "cal-attachment-select-file.h" diff --git a/calendar/gui/dialogs/cancel-comp.c b/calendar/gui/dialogs/cancel-comp.c index 547f70348e..2548d5ba2d 100644 --- a/calendar/gui/dialogs/cancel-comp.c +++ b/calendar/gui/dialogs/cancel-comp.c @@ -28,7 +28,6 @@ #include #include -#include #include "e-util/e-error.h" #include "cancel-comp.h" diff --git a/calendar/gui/dialogs/changed-comp.c b/calendar/gui/dialogs/changed-comp.c index ae215463be..9a0665d763 100644 --- a/calendar/gui/dialogs/changed-comp.c +++ b/calendar/gui/dialogs/changed-comp.c @@ -27,7 +27,6 @@ #endif #include -#include #include "changed-comp.h" diff --git a/calendar/gui/dialogs/delete-error.c b/calendar/gui/dialogs/delete-error.c index d42ef1af91..b151ef8068 100644 --- a/calendar/gui/dialogs/delete-error.c +++ b/calendar/gui/dialogs/delete-error.c @@ -28,7 +28,6 @@ #include #include -#include #include "delete-error.h" diff --git a/calendar/gui/dialogs/recur-comp.c b/calendar/gui/dialogs/recur-comp.c index e90cfd237f..e57c0c8aa7 100644 --- a/calendar/gui/dialogs/recur-comp.c +++ b/calendar/gui/dialogs/recur-comp.c @@ -27,7 +27,6 @@ #endif #include -#include #include "recur-comp.h" diff --git a/calendar/gui/e-cell-date-edit-text.c b/calendar/gui/e-cell-date-edit-text.c index fb15589e7a..b56d070559 100644 --- a/calendar/gui/e-cell-date-edit-text.c +++ b/calendar/gui/e-cell-date-edit-text.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index 429a50d896..16be20add4 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -32,8 +32,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/calendar/gui/memos-control.c b/calendar/gui/memos-control.c index f84410d19c..3f6c1ea7d0 100644 --- a/calendar/gui/memos-control.c +++ b/calendar/gui/memos-control.c @@ -30,7 +30,6 @@ #include #include #include -#include #include #include #include diff --git a/calendar/gui/print.c b/calendar/gui/print.c index db5e526cf8..33c45ab6c4 100644 --- a/calendar/gui/print.c +++ b/calendar/gui/print.c @@ -36,8 +36,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/calendar/gui/tasks-control.c b/calendar/gui/tasks-control.c index 9fe5eaa262..07cff52a84 100644 --- a/calendar/gui/tasks-control.c +++ b/calendar/gui/tasks-control.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3