From 13f92652db89b2c15c3302b4af7560a4e4ee22c9 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Mon, 6 Jul 2009 11:56:14 +0100 Subject: [PATCH] Remove useless mission-control includes --- libempathy-gtk/empathy-account-chooser.c | 2 -- libempathy-gtk/empathy-account-widget-irc.c | 2 -- libempathy-gtk/empathy-account-widget-sip.c | 2 -- libempathy-gtk/empathy-contact-dialogs.c | 2 -- libempathy-gtk/empathy-irc-network-dialog.c | 2 -- libempathy-gtk/empathy-new-message-dialog.c | 2 -- libempathy-gtk/empathy-theme-adium.c | 1 - libempathy-gtk/empathy-ui-utils.c | 2 -- libempathy-gtk/empathy-ui-utils.h | 2 -- libempathy/empathy-dispatcher.c | 2 -- libempathy/empathy-idle.h | 2 +- libempathy/empathy-log-manager.h | 2 -- megaphone/src/megaphone-applet.c | 2 -- nothere/src/nothere-applet.c | 1 - src/empathy-chat-window.c | 1 - src/empathy-main-window.c | 2 -- src/empathy-new-chatroom-dialog.c | 3 --- src/empathy.c | 1 - 18 files changed, 1 insertion(+), 32 deletions(-) diff --git a/libempathy-gtk/empathy-account-chooser.c b/libempathy-gtk/empathy-account-chooser.c index 719cc76c..ec2c2b18 100644 --- a/libempathy-gtk/empathy-account-chooser.c +++ b/libempathy-gtk/empathy-account-chooser.c @@ -29,8 +29,6 @@ #include #include -#include - #include #include diff --git a/libempathy-gtk/empathy-account-widget-irc.c b/libempathy-gtk/empathy-account-widget-irc.c index 688a3e0e..7e0fb89e 100644 --- a/libempathy-gtk/empathy-account-widget-irc.c +++ b/libempathy-gtk/empathy-account-widget-irc.c @@ -27,8 +27,6 @@ #include #include -#include - #include #include diff --git a/libempathy-gtk/empathy-account-widget-sip.c b/libempathy-gtk/empathy-account-widget-sip.c index 05e917e5..ad8cd7d8 100644 --- a/libempathy-gtk/empathy-account-widget-sip.c +++ b/libempathy-gtk/empathy-account-widget-sip.c @@ -28,8 +28,6 @@ #include #include -#include - #include #include "empathy-account-widget.h" diff --git a/libempathy-gtk/empathy-contact-dialogs.c b/libempathy-gtk/empathy-contact-dialogs.c index c1cca3e2..5b11ddc2 100644 --- a/libempathy-gtk/empathy-contact-dialogs.c +++ b/libempathy-gtk/empathy-contact-dialogs.c @@ -27,8 +27,6 @@ #include #include -#include - #include #include #include diff --git a/libempathy-gtk/empathy-irc-network-dialog.c b/libempathy-gtk/empathy-irc-network-dialog.c index e6b4a6f7..8d467641 100644 --- a/libempathy-gtk/empathy-irc-network-dialog.c +++ b/libempathy-gtk/empathy-irc-network-dialog.c @@ -27,8 +27,6 @@ #include #include -#include - #include #include diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c index 77b368bd..66b2adb2 100644 --- a/libempathy-gtk/empathy-new-message-dialog.c +++ b/libempathy-gtk/empathy-new-message-dialog.c @@ -27,8 +27,6 @@ #include #include -#include - #include #include #include diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index ca0599e0..0cc2c034 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -31,7 +31,6 @@ #include #include -#include #include "empathy-theme-adium.h" #include "empathy-smiley-manager.h" diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index 00e6a0cb..7b4cc1d4 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -38,8 +38,6 @@ #include #include -#include - #include "empathy-ui-utils.h" #include "empathy-images.h" #include "empathy-conf.h" diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h index fe676b13..312835f0 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -34,8 +34,6 @@ #include -#include - #include #include #include diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index b51df95f..8618be6e 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -32,8 +32,6 @@ #include #include -#include - #include #include "empathy-dispatcher.h" diff --git a/libempathy/empathy-idle.h b/libempathy/empathy-idle.h index 0f7f23de..d2a80233 100644 --- a/libempathy/empathy-idle.h +++ b/libempathy/empathy-idle.h @@ -24,7 +24,7 @@ #include -#include +#include G_BEGIN_DECLS diff --git a/libempathy/empathy-log-manager.h b/libempathy/empathy-log-manager.h index 6907e2ed..a67f6e8d 100644 --- a/libempathy/empathy-log-manager.h +++ b/libempathy/empathy-log-manager.h @@ -26,8 +26,6 @@ #include -#include - #include "empathy-message.h" #include "empathy-dispatcher.h" diff --git a/megaphone/src/megaphone-applet.c b/megaphone/src/megaphone-applet.c index 2e4fb1e7..7350c187 100644 --- a/megaphone/src/megaphone-applet.c +++ b/megaphone/src/megaphone-applet.c @@ -31,8 +31,6 @@ #include #include -#include - #include #include #include diff --git a/nothere/src/nothere-applet.c b/nothere/src/nothere-applet.c index 243272e6..8cdde3e9 100644 --- a/nothere/src/nothere-applet.c +++ b/nothere/src/nothere-applet.c @@ -27,7 +27,6 @@ #include #include -#include #include #include diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index f9d0b924..937e68af 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -35,7 +35,6 @@ #include #include -#include #include #include diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index c7816d7f..0d04153a 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -49,8 +49,6 @@ #include #include -#include - #include "empathy-accounts-dialog.h" #include "empathy-main-window.h" #include "ephy-spinner.h" diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c index 7313fd1e..b36d0d4f 100644 --- a/src/empathy-new-chatroom-dialog.c +++ b/src/empathy-new-chatroom-dialog.c @@ -32,9 +32,6 @@ #include #include -#include -#include - #include #include #include diff --git a/src/empathy.c b/src/empathy.c index 4b754c47..6439eecf 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -41,7 +41,6 @@ #include #include #include -#include #include #include -- 2.39.2