diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-14 15:52:54 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-17 10:12:54 +0200 |
commit | f9a38137925ff6f712afe21961614a1efb3b35ea (patch) | |
tree | c351d06a4f6762fbf75580fc363961b2790fcee5 /libempathy/empathy-tp-chat.c | |
parent | 55a2318eeb584a744d478d8745ac9fc60c0d4787 (diff) |
include telepathy-glib.h
tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to
reduce the delta with the future stable branch.
Diffstat (limited to 'libempathy/empathy-tp-chat.c')
-rw-r--r-- | libempathy/empathy-tp-chat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index d6a0e13c..39ed8e2a 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -22,8 +22,6 @@ #include <string.h> -#include <telepathy-glib/telepathy-glib.h> - #include <extensions/extensions.h> #include "empathy-tp-chat.h" |