]> git.0d.be Git - empathy.git/commitdiff
Remove useless libtelepathy headers
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 11 Mar 2008 12:23:16 +0000 (12:23 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 11 Mar 2008 12:23:16 +0000 (12:23 +0000)
svn path=/trunk/; revision=777

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

index 53b623cb2cdb4a3a1b49beb889be77c84c5adbc4..151c172ca6ef2acef6891690920a0519bf57478b 100644 (file)
@@ -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>
index 7b3ebc2b5575f6b5bd69e3a113739970df0b32a3..c7f202ee3a29c946171bbe90c9a1abb67abdab57 100644 (file)
@@ -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>
index 24174c8b7ad4b2b7be2c51b1705e1b5e22a27d41..3e659b08cacc13b7a3e191b44c54436e4cdddb9a 100644 (file)
@@ -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>
 
index 7ac1ddfbb883be547b8fc8ef40805b7469ba0b69..9dd6bfdb050bec953e0f8639c718c7be6f7a3d0a 100644 (file)
@@ -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>
 
index c40fc3c4be3302d01398c01960de7bed633ea05d..1ef3b683a6635a57bc32c476cd436d257b13ac41 100644 (file)
@@ -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"
index 881ed8a738c9a87400052a89cfe011b6760c3c8e..e5e31235d059f45460ee2a74ff7b3e71ab355a38 100644 (file)
@@ -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"
index 6e5752b8ac6a52becd461a711ade46564f61d96c..d5ce3bd9b51d245b8d24304e74e32f6f762df7f8 100644 (file)
@@ -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"
index d218fd8ef981666b60255caf056abe780e464be0..3842d2436104b838d9dca80c4b60dfdf9eef5377 100644 (file)
@@ -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>
 
index 0f47d12c173979e4fcfe18acb0523e2a5d5be809..4fb7f3997cd7dada826e6f459cffa66a81375c84 100644 (file)
@@ -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>
 
index 779aa6132e888882fcddca59966e762899c4003a..41985d9a8c1a2e98d38f0bc1167bbceeae3b0c96 100644 (file)
 #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"
index ec60e9bf82e46f6f18cca4cf8406b9bd2c7da345..022565bebff5f749a72b1a850fc10bd3236df94a 100644 (file)
@@ -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"
index 80e5625944a40c23489fc0f730145ae3aac09aa1..b8eb2e1c04f4609ae886f74200edb276c1664162 100644 (file)
@@ -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"
index c9fe6b5fdecbaa410a6c17d53209c72f9ea466ce..d099d082cd41236cfec812a58b802b91565ed306 100644 (file)
@@ -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>
 
index c24927b363c1ef6e93b6340ab857399e1cde0eaf..25e0860d2b51c730bb8ad19fa9f74af9cc3e608b 100644 (file)
@@ -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"