diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-04 17:55:14 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-04 17:55:14 +0800 |
commit | a0a0f0bc14b965c2063891242f435be3ac6296a4 (patch) | |
tree | f3494e3f4d812d26018e62d60777fad5b4af782b /libempathy-gtk/empathy-chat.c | |
parent | 4f6083d07fa7b9dbba458e75e6563b4c77a4bf85 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 3 |
1 files changed, 1 insertions, 2 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> |