diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-06 18:56:14 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-06 18:56:14 +0800 |
commit | 13f92652db89b2c15c3302b4af7560a4e4ee22c9 (patch) | |
tree | 918f08d76e4c8d23caa0e14d5345ff6c3384c66a /src | |
parent | e4c5612c5e28f5c1afcf212602da3c531fe28909 (diff) | |
download | gsoc2013-empathy-13f92652db89b2c15c3302b4af7560a4e4ee22c9.tar gsoc2013-empathy-13f92652db89b2c15c3302b4af7560a4e4ee22c9.tar.gz gsoc2013-empathy-13f92652db89b2c15c3302b4af7560a4e4ee22c9.tar.bz2 gsoc2013-empathy-13f92652db89b2c15c3302b4af7560a4e4ee22c9.tar.lz gsoc2013-empathy-13f92652db89b2c15c3302b4af7560a4e4ee22c9.tar.xz gsoc2013-empathy-13f92652db89b2c15c3302b4af7560a4e4ee22c9.tar.zst gsoc2013-empathy-13f92652db89b2c15c3302b4af7560a4e4ee22c9.zip |
Remove useless mission-control includes
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-chat-window.c | 1 | ||||
-rw-r--r-- | src/empathy-main-window.c | 2 | ||||
-rw-r--r-- | src/empathy-new-chatroom-dialog.c | 3 | ||||
-rw-r--r-- | src/empathy.c | 1 |
4 files changed, 0 insertions, 7 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index f9d0b924a..937e68aff 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -35,7 +35,6 @@ #include <libnotify/notification.h> #include <telepathy-glib/util.h> -#include <libmissioncontrol/mission-control.h> #include <libempathy/empathy-contact.h> #include <libempathy/empathy-message.h> diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index c7816d7fd..0d04153a3 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -49,8 +49,6 @@ #include <libempathy-gtk/empathy-sound.h> #include <libempathy-gtk/empathy-ui-utils.h> -#include <libmissioncontrol/mission-control.h> - #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 7313fd1e6..b36d0d4f5 100644 --- a/src/empathy-new-chatroom-dialog.c +++ b/src/empathy-new-chatroom-dialog.c @@ -32,9 +32,6 @@ #include <glib/gi18n.h> #include <glib/gprintf.h> -#include <libmissioncontrol/mission-control.h> -#include <libmissioncontrol/mc-profile.h> - #include <libempathy/empathy-tp-roomlist.h> #include <libempathy/empathy-chatroom.h> #include <libempathy/empathy-utils.h> diff --git a/src/empathy.c b/src/empathy.c index 4b754c472..6439eecfa 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -41,7 +41,6 @@ #include <telepathy-glib/dbus.h> #include <telepathy-glib/util.h> #include <telepathy-glib/connection-manager.h> -#include <libmissioncontrol/mission-control.h> #include <libempathy/empathy-idle.h> #include <libempathy/empathy-utils.h> |