empathy r777 - in trunk: libempathy libempathy-gtk



Author: xclaesse
Date: Tue Mar 11 12:23:16 2008
New Revision: 777
URL: http://svn.gnome.org/viewvc/empathy?rev=777&view=rev

Log:
Remove useless libtelepathy headers


Modified:
   trunk/libempathy-gtk/empathy-accounts-dialog.c
   trunk/libempathy-gtk/empathy-call-window.c
   trunk/libempathy-gtk/empathy-contact-list-view.c
   trunk/libempathy/empathy-chandler.c
   trunk/libempathy/empathy-contact-manager.c
   trunk/libempathy/empathy-filter.c
   trunk/libempathy/empathy-idle.c
   trunk/libempathy/empathy-tp-call.c
   trunk/libempathy/empathy-tp-chat.h
   trunk/libempathy/empathy-tp-contact-list.c
   trunk/libempathy/empathy-tp-group.c
   trunk/libempathy/empathy-tp-group.h
   trunk/libempathy/empathy-tp-roomlist.c
   trunk/libempathy/empathy-utils.c

Modified: trunk/libempathy-gtk/empathy-accounts-dialog.c
==============================================================================
--- trunk/libempathy-gtk/empathy-accounts-dialog.c	(original)
+++ trunk/libempathy-gtk/empathy-accounts-dialog.c	Tue Mar 11 12:23:16 2008
@@ -37,7 +37,6 @@
 #include <libmissioncontrol/mission-control.h>
 #include <libmissioncontrol/mc-account-monitor.h>
 #include <telepathy-glib/util.h>
-#include <libtelepathy/tp-constants.h>
 
 #include <libempathy/empathy-debug.h>
 #include <libempathy/empathy-utils.h>

Modified: trunk/libempathy-gtk/empathy-call-window.c
==============================================================================
--- trunk/libempathy-gtk/empathy-call-window.c	(original)
+++ trunk/libempathy-gtk/empathy-call-window.c	Tue Mar 11 12:23:16 2008
@@ -21,7 +21,6 @@
 #include <string.h>
 
 #include <libtelepathy/tp-chan.h>
-#include <libtelepathy/tp-helpers.h>
 
 #include <libmissioncontrol/mc-account.h>
 #include <libmissioncontrol/mc-account-monitor.h>

Modified: trunk/libempathy-gtk/empathy-contact-list-view.c
==============================================================================
--- trunk/libempathy-gtk/empathy-contact-list-view.c	(original)
+++ trunk/libempathy-gtk/empathy-contact-list-view.c	Tue Mar 11 12:23:16 2008
@@ -31,8 +31,6 @@
 #include <gtk/gtk.h>
 #include <glade/glade.h>
 
-#include <libtelepathy/tp-helpers.h>
-
 #include <libmissioncontrol/mc-account.h>
 #include <libmissioncontrol/mission-control.h>
 

Modified: trunk/libempathy/empathy-chandler.c
==============================================================================
--- trunk/libempathy/empathy-chandler.c	(original)
+++ trunk/libempathy/empathy-chandler.c	Tue Mar 11 12:23:16 2008
@@ -23,7 +23,7 @@
 
 #include <dbus/dbus-glib.h>
 
-#include <libtelepathy/tp-helpers.h>
+#include <telepathy-glib/dbus.h>
 #include <libtelepathy/tp-conn.h>
 #include <libtelepathy/tp-chan.h>
 

Modified: trunk/libempathy/empathy-contact-manager.c
==============================================================================
--- trunk/libempathy/empathy-contact-manager.c	(original)
+++ trunk/libempathy/empathy-contact-manager.c	Tue Mar 11 12:23:16 2008
@@ -23,7 +23,7 @@
 
 #include <string.h>
 
-#include <libtelepathy/tp-constants.h>
+#include <telepathy-glib/enums.h>
 
 #include "empathy-contact-manager.h"
 #include "empathy-contact-list.h"

Modified: trunk/libempathy/empathy-filter.c
==============================================================================
--- trunk/libempathy/empathy-filter.c	(original)
+++ trunk/libempathy/empathy-filter.c	Tue Mar 11 12:23:16 2008
@@ -23,7 +23,7 @@
 
 #include <dbus/dbus-glib.h>
 
-#include <libtelepathy/tp-helpers.h>
+#include <telepathy-glib/dbus.h>
 #include <libtelepathy/tp-conn.h>
 
 #include "empathy-filter.h"

Modified: trunk/libempathy/empathy-idle.c
==============================================================================
--- trunk/libempathy/empathy-idle.c	(original)
+++ trunk/libempathy/empathy-idle.c	Tue Mar 11 12:23:16 2008
@@ -26,7 +26,7 @@
 #include <glib/gi18n.h>
 #include <dbus/dbus-glib.h>
 
-#include <libtelepathy/tp-helpers.h>
+#include <telepathy-glib/dbus.h>
 #include <libmissioncontrol/mc-enum-types.h>
 
 #include "empathy-idle.h"

Modified: trunk/libempathy/empathy-tp-call.c
==============================================================================
--- trunk/libempathy/empathy-tp-call.c	(original)
+++ trunk/libempathy/empathy-tp-call.c	Tue Mar 11 12:23:16 2008
@@ -23,7 +23,6 @@
 
 #include <libtelepathy/tp-chan-type-streamed-media-gen.h>
 #include <libtelepathy/tp-connmgr.h>
-#include <libtelepathy/tp-helpers.h>
 #include <telepathy-glib/proxy-subclass.h>
 #include <telepathy-glib/dbus.h>
 

Modified: trunk/libempathy/empathy-tp-chat.h
==============================================================================
--- trunk/libempathy/empathy-tp-chat.h	(original)
+++ trunk/libempathy/empathy-tp-chat.h	Tue Mar 11 12:23:16 2008
@@ -25,7 +25,7 @@
 #include <glib.h>
 
 #include <libtelepathy/tp-chan.h>
-#include <libtelepathy/tp-constants.h>
+#include <telepathy-glib/enums.h>
 
 #include <libmissioncontrol/mc-account.h>
 

Modified: trunk/libempathy/empathy-tp-contact-list.c
==============================================================================
--- trunk/libempathy/empathy-tp-contact-list.c	(original)
+++ trunk/libempathy/empathy-tp-contact-list.c	Tue Mar 11 12:23:16 2008
@@ -25,11 +25,11 @@
 #include <string.h>
 #include <glib/gi18n.h>
 
-#include <libtelepathy/tp-helpers.h>
 #include <libtelepathy/tp-conn.h>
 #include <libtelepathy/tp-chan.h>
 #include <libtelepathy/tp-chan-type-contact-list-gen.h>
 #include <telepathy-glib/util.h>
+#include <telepathy-glib/dbus.h>
 
 #include "empathy-tp-contact-list.h"
 #include "empathy-contact-list.h"

Modified: trunk/libempathy/empathy-tp-group.c
==============================================================================
--- trunk/libempathy/empathy-tp-group.c	(original)
+++ trunk/libempathy/empathy-tp-group.c	Tue Mar 11 12:23:16 2008
@@ -26,8 +26,8 @@
 #include <libtelepathy/tp-chan.h>
 #include <libtelepathy/tp-chan-gen.h>
 #include <libtelepathy/tp-chan-iface-group-gen.h>
-#include <libtelepathy/tp-constants.h>
 #include <libtelepathy/tp-conn.h>
+#include <telepathy-glib/interfaces.h>
 
 #include "empathy-tp-group.h"
 #include "empathy-contact-factory.h"

Modified: trunk/libempathy/empathy-tp-group.h
==============================================================================
--- trunk/libempathy/empathy-tp-group.h	(original)
+++ trunk/libempathy/empathy-tp-group.h	Tue Mar 11 12:23:16 2008
@@ -26,7 +26,6 @@
 #include <glib.h>
 
 #include <libtelepathy/tp-chan.h>
-#include <libtelepathy/tp-constants.h>
 #include <libmissioncontrol/mc-account.h>
 
 #include "empathy-contact.h"

Modified: trunk/libempathy/empathy-tp-roomlist.c
==============================================================================
--- trunk/libempathy/empathy-tp-roomlist.c	(original)
+++ trunk/libempathy/empathy-tp-roomlist.c	Tue Mar 11 12:23:16 2008
@@ -24,9 +24,9 @@
 #include <string.h>
 
 #include <libtelepathy/tp-chan-type-room-list-gen.h>
-#include <libtelepathy/tp-helpers.h>
 #include <libtelepathy/tp-conn.h>
 #include <libtelepathy/tp-chan.h>
+#include <telepathy-glib/dbus.h>
 
 #include <libmissioncontrol/mission-control.h>
 

Modified: trunk/libempathy/empathy-utils.c
==============================================================================
--- trunk/libempathy/empathy-utils.c	(original)
+++ trunk/libempathy/empathy-utils.c	Tue Mar 11 12:23:16 2008
@@ -33,8 +33,8 @@
 #include <glib/gi18n.h>
 
 #include <libxml/uri.h>
-#include <libtelepathy/tp-helpers.h>
 #include <libtelepathy/tp-conn.h>
+#include <telepathy-glib/dbus.h>
 
 #include "empathy-debug.h"
 #include "empathy-utils.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]