aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy/empathy-contact-list.h1
-rw-r--r--libempathy/empathy-dispatcher.c1
-rw-r--r--libempathy/empathy-tp-chat.c1
-rw-r--r--src/empathy-call-window.c1
-rw-r--r--src/empathy-event-manager.c1
5 files changed, 1 insertions, 4 deletions
diff --git a/libempathy/empathy-contact-list.h b/libempathy/empathy-contact-list.h
index 3e90e8cac..5eabf32c3 100644
--- a/libempathy/empathy-contact-list.h
+++ b/libempathy/empathy-contact-list.h
@@ -26,7 +26,6 @@
#include "empathy-types.h"
#include "empathy-contact.h"
-#include "empathy-tp-group.h"
G_BEGIN_DECLS
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index 6f5639b1e..396fd9bbb 100644
--- a/libempathy/empathy-dispatcher.c
+++ b/libempathy/empathy-dispatcher.c
@@ -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"
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c
index a8bbd7b28..19a367e9e 100644
--- a/libempathy/empathy-tp-chat.c
+++ b/libempathy/empathy-tp-chat.c
@@ -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"
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index fe1c23aa9..77f850866 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -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>
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index 269e0faa7..f5ef3e2e2 100644
--- a/src/empathy-event-manager.c
+++ b/src/empathy-event-manager.c
@@ -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>