aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-14 21:52:54 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-17 16:12:54 +0800
commitf9a38137925ff6f712afe21961614a1efb3b35ea (patch)
treec351d06a4f6762fbf75580fc363961b2790fcee5 /src/empathy-call-window.c
parent55a2318eeb584a744d478d8745ac9fc60c0d4787 (diff)
downloadgsoc2013-empathy-f9a38137925ff6f712afe21961614a1efb3b35ea.tar
gsoc2013-empathy-f9a38137925ff6f712afe21961614a1efb3b35ea.tar.gz
gsoc2013-empathy-f9a38137925ff6f712afe21961614a1efb3b35ea.tar.bz2
gsoc2013-empathy-f9a38137925ff6f712afe21961614a1efb3b35ea.tar.lz
gsoc2013-empathy-f9a38137925ff6f712afe21961614a1efb3b35ea.tar.xz
gsoc2013-empathy-f9a38137925ff6f712afe21961614a1efb3b35ea.tar.zst
gsoc2013-empathy-f9a38137925ff6f712afe21961614a1efb3b35ea.zip
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 'src/empathy-call-window.c')
-rw-r--r--src/empathy-call-window.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 5a3b0d88a..db7605bfe 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -34,9 +34,8 @@
#include <clutter-gtk/clutter-gtk.h>
#include <clutter-gst/clutter-gst.h>
-#include <telepathy-glib/util.h>
#include <telepathy-farstream/telepathy-farstream.h>
-#include <telepathy-glib/util.h>
+#include <telepathy-glib/telepathy-glib.h>
#include <farstream/fs-element-added-notifier.h>
#include <farstream/fs-utils.h>