diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-10 19:28:30 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-10 19:31:49 +0800 |
commit | a5dd2701945ee0e9a836154285a456a3cb3de93a (patch) | |
tree | 429a9f4212fb258de613671a7ca4bd34cb3e9c0b | |
parent | c3a3fdbca5129984d875b217d8204531ccf900ab (diff) | |
download | gsoc2013-empathy-a5dd2701945ee0e9a836154285a456a3cb3de93a.tar gsoc2013-empathy-a5dd2701945ee0e9a836154285a456a3cb3de93a.tar.gz gsoc2013-empathy-a5dd2701945ee0e9a836154285a456a3cb3de93a.tar.bz2 gsoc2013-empathy-a5dd2701945ee0e9a836154285a456a3cb3de93a.tar.lz gsoc2013-empathy-a5dd2701945ee0e9a836154285a456a3cb3de93a.tar.xz gsoc2013-empathy-a5dd2701945ee0e9a836154285a456a3cb3de93a.tar.zst gsoc2013-empathy-a5dd2701945ee0e9a836154285a456a3cb3de93a.zip |
remove useless empathy-contact-list.h includes
https://bugzilla.gnome.org/show_bug.cgi?id=673821
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 1 | ||||
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.c | 1 | ||||
-rw-r--r-- | libempathy-gtk/empathy-individual-menu.c | 1 | ||||
-rw-r--r-- | src/empathy-chat-window.c | 1 | ||||
-rw-r--r-- | src/empathy-invite-participant-dialog.c | 1 | ||||
-rw-r--r-- | src/empathy-roster-window.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 6dd3733d0..4067a3e4f 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -39,7 +39,6 @@ #include <telepathy-glib/account-manager.h> #include <telepathy-glib/util.h> #include <telepathy-logger/telepathy-logger.h> -#include <libempathy/empathy-contact-list.h> #include <libempathy/empathy-gsettings.h> #include <libempathy/empathy-keyring.h> #include <libempathy/empathy-utils.h> diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index 5691891a2..ba735f675 100644 --- a/libempathy-gtk/empathy-contact-widget.c +++ b/libempathy-gtk/empathy-contact-widget.c @@ -37,7 +37,6 @@ #include <telepathy-glib/interfaces.h> #include <libempathy/empathy-tp-contact-factory.h> -#include <libempathy/empathy-contact-list.h> #include <libempathy/empathy-location.h> #include <libempathy/empathy-time.h> #include <libempathy/empathy-utils.h> diff --git a/libempathy-gtk/empathy-individual-menu.c b/libempathy-gtk/empathy-individual-menu.c index 478170fb3..7f65735b8 100644 --- a/libempathy-gtk/empathy-individual-menu.c +++ b/libempathy-gtk/empathy-individual-menu.c @@ -38,7 +38,6 @@ #include <libempathy/empathy-individual-manager.h> #include <libempathy/empathy-chatroom-manager.h> #include <libempathy/empathy-utils.h> -#include <libempathy/empathy-contact-list.h> #include <libempathy/empathy-pkg-kit.h> #include "empathy-account-selector-dialog.h" diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 0d49fcb89..eb2e4b133 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -45,7 +45,6 @@ #include <libempathy/empathy-gsettings.h> #include <libempathy/empathy-utils.h> #include <libempathy/empathy-tp-contact-factory.h> -#include <libempathy/empathy-contact-list.h> #include <libempathy/empathy-request-util.h> #include <libempathy/empathy-individual-manager.h> diff --git a/src/empathy-invite-participant-dialog.c b/src/empathy-invite-participant-dialog.c index ad3e85a53..d92b531ea 100644 --- a/src/empathy-invite-participant-dialog.c +++ b/src/empathy-invite-participant-dialog.c @@ -17,7 +17,6 @@ #include "empathy-invite-participant-dialog.h" #include <libempathy/empathy-utils.h> -#include <libempathy/empathy-contact-list.h> #include <libempathy-gtk/empathy-contact-chooser.h> #include <libempathy-gtk/empathy-individual-view.h> diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c index e2ba06eaf..952073d25 100644 --- a/src/empathy-roster-window.c +++ b/src/empathy-roster-window.c @@ -37,7 +37,6 @@ #include <libempathy/empathy-request-util.h> #include <libempathy/empathy-chatroom-manager.h> #include <libempathy/empathy-chatroom.h> -#include <libempathy/empathy-contact-list.h> #include <libempathy/empathy-gsettings.h> #include <libempathy/empathy-individual-manager.h> #include <libempathy/empathy-gsettings.h> |