]> git.0d.be Git - empathy.git/commitdiff
Remove useless include of empathy-tp-group.h
authorXavier Claessens <xclaesse@src.gnome.org>
Mon, 12 Jan 2009 21:51:16 +0000 (21:51 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Mon, 12 Jan 2009 21:51:16 +0000 (21:51 +0000)
svn path=/trunk/; revision=2226

libempathy/empathy-contact-list.h
libempathy/empathy-dispatcher.c
libempathy/empathy-tp-chat.c
src/empathy-call-window.c
src/empathy-event-manager.c

index 3e90e8cacac8a171c6edff3e335deefb2dbb2a7d..5eabf32c3c588f0001fc506cc431ced89c43b3b2 100644 (file)
@@ -26,7 +26,6 @@
 
 #include "empathy-types.h"
 #include "empathy-contact.h"
-#include "empathy-tp-group.h"
 
 G_BEGIN_DECLS
 
index 6f5639b1e0156b4d885f08df08711a842665d1c2..396fd9bbb07b8451d6930bc790977948a915ca60 100644 (file)
@@ -39,7 +39,6 @@
 #include "empathy-tube-handler.h"
 #include "empathy-account-manager.h"
 #include "empathy-contact-factory.h"
-#include "empathy-tp-group.h"
 #include "empathy-tp-file.h"
 #include "empathy-chatroom-manager.h"
 #include "empathy-utils.h"
index a8bbd7b28df5100a4f16ed8b8911e05156cb201b..19a367e9e4697318e0902e48d0d8c9cfce828ba2 100644 (file)
@@ -28,6 +28,7 @@
 #include <telepathy-glib/util.h>
 
 #include "empathy-tp-chat.h"
+#include "empathy-tp-group.h"
 #include "empathy-contact-factory.h"
 #include "empathy-contact-monitor.h"
 #include "empathy-contact-list.h"
index fe1c23aa95bf5ae08ffddf00da32f0ca94d7dc5c..77f8508667855995e8a33864375c7ea062b51f82 100644 (file)
@@ -30,7 +30,6 @@
 
 #include <libempathy/empathy-contact.h>
 #include <libempathy/empathy-tp-call.h>
-#include <libempathy/empathy-tp-group.h>
 #include <libempathy/empathy-utils.h>
 #include <libempathy-gtk/empathy-ui-utils.h>
 
index 269e0faa7a4ebde1648a7ff5e9ad480157155a72..f5ef3e2e2475f54f8f60ada70350fef267dc7d94 100644 (file)
@@ -31,7 +31,6 @@
 #include <libempathy/empathy-contact-manager.h>
 #include <libempathy/empathy-tp-chat.h>
 #include <libempathy/empathy-tp-call.h>
-#include <libempathy/empathy-tp-group.h>
 #include <libempathy/empathy-utils.h>
 
 #include <extensions/extensions.h>