[empathy] remove unused tp-contact-factory includes



commit 885ab0e9215ad92067b5a29fe10537c58ef6bdd4
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu May 10 12:25:39 2012 +0200

    remove unused tp-contact-factory includes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675597

 libempathy-gtk/empathy-contact-dialogs.c    |    1 -
 libempathy-gtk/empathy-new-call-dialog.c    |    1 -
 libempathy-gtk/empathy-new-message-dialog.c |    1 -
 libempathy/empathy-ft-handler.c             |    1 -
 libempathy/empathy-utils.c                  |    1 -
 src/empathy-accounts-dialog.c               |    1 -
 src/empathy-call-factory.c                  |    1 -
 src/empathy-call-handler.c                  |    1 -
 src/empathy-call-window.c                   |    1 -
 src/empathy-chat-window.c                   |    1 -
 src/empathy-roster-window.c                 |    1 -
 11 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-dialogs.c b/libempathy-gtk/empathy-contact-dialogs.c
index 00d737b..027ba37 100644
--- a/libempathy-gtk/empathy-contact-dialogs.c
+++ b/libempathy-gtk/empathy-contact-dialogs.c
@@ -30,7 +30,6 @@
 
 #include <telepathy-glib/account-manager.h>
 
-#include <libempathy/empathy-tp-contact-factory.h>
 #include <libempathy/empathy-utils.h>
 
 #include "empathy-contact-dialogs.h"
diff --git a/libempathy-gtk/empathy-new-call-dialog.c b/libempathy-gtk/empathy-new-call-dialog.c
index ba44721..079afe4 100644
--- a/libempathy-gtk/empathy-new-call-dialog.c
+++ b/libempathy-gtk/empathy-new-call-dialog.c
@@ -28,7 +28,6 @@
 
 #include <telepathy-glib/interfaces.h>
 
-#include <libempathy/empathy-tp-contact-factory.h>
 #include <libempathy/empathy-camera-monitor.h>
 #include <libempathy/empathy-utils.h>
 #include <libempathy/empathy-request-util.h>
diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c
index 3fcff98..1419957 100644
--- a/libempathy-gtk/empathy-new-message-dialog.c
+++ b/libempathy-gtk/empathy-new-message-dialog.c
@@ -28,7 +28,6 @@
 
 #include <telepathy-glib/interfaces.h>
 
-#include <libempathy/empathy-tp-contact-factory.h>
 #include <libempathy/empathy-request-util.h>
 #include <libempathy/empathy-utils.h>
 
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c
index 708f045..e7bbf85 100644
--- a/libempathy/empathy-ft-handler.c
+++ b/libempathy/empathy-ft-handler.c
@@ -31,7 +31,6 @@
 #include <telepathy-glib/interfaces.h>
 
 #include "empathy-ft-handler.h"
-#include "empathy-tp-contact-factory.h"
 #include "empathy-time.h"
 #include "empathy-utils.h"
 
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index 62c6544..c73f651 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -53,7 +53,6 @@
 #include "empathy-individual-manager.h"
 #include "empathy-presence-manager.h"
 #include "empathy-request-util.h"
-#include "empathy-tp-contact-factory.h"
 
 #include <extensions/extensions.h>
 
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index a9b65b2..4de6911 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -41,7 +41,6 @@
 #include <libempathy/empathy-utils.h>
 #include <libempathy/empathy-connection-managers.h>
 #include <libempathy/empathy-pkg-kit.h>
-#include <libempathy/empathy-tp-contact-factory.h>
 
 #include <libempathy-gtk/empathy-ui-utils.h>
 #include <libempathy-gtk/empathy-protocol-chooser.h>
diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c
index 783c44e..9401ae7 100644
--- a/src/empathy-call-factory.c
+++ b/src/empathy-call-factory.c
@@ -30,7 +30,6 @@
 
 #include <libempathy/empathy-client-factory.h>
 #include <libempathy/empathy-request-util.h>
-#include <libempathy/empathy-tp-contact-factory.h>
 #include <libempathy/empathy-utils.h>
 
 #include "empathy-call-factory.h"
diff --git a/src/empathy-call-handler.c b/src/empathy-call-handler.c
index 33ae9c7..be0987e 100644
--- a/src/empathy-call-handler.c
+++ b/src/empathy-call-handler.c
@@ -30,7 +30,6 @@
 #include <telepathy-farstream/telepathy-farstream.h>
 
 #include <libempathy/empathy-utils.h>
-#include <libempathy/empathy-tp-contact-factory.h>
 
 #include <libempathy-gtk/empathy-call-utils.h>
 
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 56f999d..62ed406 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -43,7 +43,6 @@
 
 #include <libempathy/empathy-camera-monitor.h>
 #include <libempathy/empathy-gsettings.h>
-#include <libempathy/empathy-tp-contact-factory.h>
 #include <libempathy/empathy-request-util.h>
 #include <libempathy/empathy-utils.h>
 
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index eb2e4b1..6de6db1 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -44,7 +44,6 @@
 #include <libempathy/empathy-chatroom-manager.h>
 #include <libempathy/empathy-gsettings.h>
 #include <libempathy/empathy-utils.h>
-#include <libempathy/empathy-tp-contact-factory.h>
 #include <libempathy/empathy-request-util.h>
 #include <libempathy/empathy-individual-manager.h>
 
diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c
index 3f73e37..613a654 100644
--- a/src/empathy-roster-window.c
+++ b/src/empathy-roster-window.c
@@ -41,7 +41,6 @@
 #include <libempathy/empathy-individual-manager.h>
 #include <libempathy/empathy-gsettings.h>
 #include <libempathy/empathy-status-presets.h>
-#include <libempathy/empathy-tp-contact-factory.h>
 
 #include <libempathy-gtk/empathy-contact-dialogs.h>
 #include <libempathy-gtk/empathy-live-search.h>



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