summaryrefslogtreecommitdiff
path: root/tubes/source
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-07-23 20:48:47 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-23 21:43:53 +0200
commitdb9630667061789106a5864300ca73d83d04aa73 (patch)
tree020b7f32664b536c1150e3b1f29ea40f5f929875 /tubes/source
parentabeb02c02d6d2cf5ac48d75b04563d3376d71677 (diff)
tubes: do not include telepathy-glib.h in public headers
Change-Id: Ib2c88f2f1fc1c9ebffbbdc9896045c3d1e5b719c
Diffstat (limited to 'tubes/source')
-rw-r--r--tubes/source/conference.cxx1
-rw-r--r--tubes/source/manager.cxx2
2 files changed, 3 insertions, 0 deletions
diff --git a/tubes/source/conference.cxx b/tubes/source/conference.cxx
index a2fafd23f7a1..d28ffc34aabf 100644
--- a/tubes/source/conference.cxx
+++ b/tubes/source/conference.cxx
@@ -31,6 +31,7 @@
#include <tubes/constants.h>
#include <tubes/file-transfer-helper.h>
+#include <telepathy-glib/telepathy-glib.h>
#include <queue>
#if defined SAL_LOG_INFO
diff --git a/tubes/source/manager.cxx b/tubes/source/manager.cxx
index 4abed6b2f4bb..d16422dacb8c 100644
--- a/tubes/source/manager.cxx
+++ b/tubes/source/manager.cxx
@@ -39,6 +39,8 @@
#include <osl/mutex.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/uuid.h>
+
+#include <telepathy-glib/telepathy-glib.h>
#include <map>
namespace css = ::com::sun::star;