aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-04 17:55:14 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-04 17:55:14 +0800
commita0a0f0bc14b965c2063891242f435be3ac6296a4 (patch)
treef3494e3f4d812d26018e62d60777fad5b4af782b
parent4f6083d07fa7b9dbba458e75e6563b4c77a4bf85 (diff)
downloadgsoc2013-empathy-a0a0f0bc14b965c2063891242f435be3ac6296a4.tar
gsoc2013-empathy-a0a0f0bc14b965c2063891242f435be3ac6296a4.tar.gz
gsoc2013-empathy-a0a0f0bc14b965c2063891242f435be3ac6296a4.tar.bz2
gsoc2013-empathy-a0a0f0bc14b965c2063891242f435be3ac6296a4.tar.lz
gsoc2013-empathy-a0a0f0bc14b965c2063891242f435be3ac6296a4.tar.xz
gsoc2013-empathy-a0a0f0bc14b965c2063891242f435be3ac6296a4.tar.zst
gsoc2013-empathy-a0a0f0bc14b965c2063891242f435be3ac6296a4.zip
include logger single header
-rw-r--r--libempathy-gtk/empathy-chat.c3
-rw-r--r--libempathy-gtk/empathy-log-window.c1
-rw-r--r--libempathy/empathy-contact.c2
-rw-r--r--libempathy/empathy-contact.h2
-rw-r--r--libempathy/empathy-message.c5
-rw-r--r--libempathy/empathy-message.h2
-rw-r--r--src/empathy.c2
7 files changed, 4 insertions, 13 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index b98f52102..14404bfe3 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -38,8 +38,7 @@
#include <telepathy-glib/account-manager.h>
#include <telepathy-glib/util.h>
-#include <telepathy-logger/log-manager.h>
-#include <telepathy-logger/text-event.h>
+#include <telepathy-logger/telepathy-logger.h>
#include <libempathy/empathy-contact-list.h>
#include <libempathy/empathy-gsettings.h>
#include <libempathy/empathy-keyring.h>
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 108765370..f38638880 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -35,7 +35,6 @@
#include <telepathy-glib/proxy-subclass.h>
#include <telepathy-logger/telepathy-logger.h>
-#include <telepathy-logger/call-event.h>
#include <extensions/extensions.h>
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c
index b8d2f3c40..0c4ef755f 100644
--- a/libempathy/empathy-contact.c
+++ b/libempathy/empathy-contact.c
@@ -29,8 +29,6 @@
#include <telepathy-glib/interfaces.h>
#include <telepathy-glib/util.h>
-#include <telepathy-logger/log-manager.h>
-
#include <folks/folks.h>
#include <folks/folks-telepathy.h>
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h
index d90ea2ad4..6b15d5ea3 100644
--- a/libempathy/empathy-contact.h
+++ b/libempathy/empathy-contact.h
@@ -26,7 +26,7 @@
#include <telepathy-glib/contact.h>
#include <telepathy-glib/account.h>
-#include <telepathy-logger/entity.h>
+#include <telepathy-logger/telepathy-logger.h>
#include <folks/folks.h>
G_BEGIN_DECLS
diff --git a/libempathy/empathy-message.c b/libempathy/empathy-message.c
index 777d4a672..0a8ca408b 100644
--- a/libempathy/empathy-message.c
+++ b/libempathy/empathy-message.c
@@ -32,11 +32,6 @@
#include <telepathy-glib/account.h>
#include <telepathy-glib/account-manager.h>
-#include <telepathy-logger/entity.h>
-#include <telepathy-logger/event.h>
-#include <telepathy-logger/text-event.h>
-#include <telepathy-logger/call-event.h>
-
#include "empathy-client-factory.h"
#include "empathy-message.h"
#include "empathy-utils.h"
diff --git a/libempathy/empathy-message.h b/libempathy/empathy-message.h
index 81da7bf43..c49a2840f 100644
--- a/libempathy/empathy-message.h
+++ b/libempathy/empathy-message.h
@@ -27,7 +27,7 @@
#include <glib-object.h>
#include <telepathy-glib/message.h>
-#include <telepathy-logger/event.h>
+#include <telepathy-logger/telepathy-logger.h>
#include "empathy-contact.h"
#include "empathy-time.h"
diff --git a/src/empathy.c b/src/empathy.c
index 2ed3bab5d..ac84d3317 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -44,7 +44,7 @@
#include <telepathy-glib/connection-manager.h>
#include <telepathy-glib/interfaces.h>
-#include <telepathy-logger/log-manager.h>
+#include <telepathy-logger/telepathy-logger.h>
#include <libempathy/empathy-client-factory.h>
#include <libempathy/empathy-connection-aggregator.h>