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 /src | |
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
Diffstat (limited to 'src')
-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 |
3 files changed, 0 insertions, 3 deletions
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> |