diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-27 22:05:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-28 08:52:47 +0200 |
commit | 226383e690752c0bec8ec22b5a5cac2787e36742 (patch) | |
tree | 1a99ede6298a83debab896843ee5aa8a4ce9ffed /tubes | |
parent | f479e6878e03ff3a6090b2b617175ebc1036915f (diff) |
loplugin:reservedid
Change-Id: I49e0e53b4ff17170e8aa8247b5428b6f1209d93c
Diffstat (limited to 'tubes')
-rw-r--r-- | tubes/source/conference.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tubes/source/conference.hxx b/tubes/source/conference.hxx index 3b80eb13eb33..b39b8fbf79c9 100644 --- a/tubes/source/conference.hxx +++ b/tubes/source/conference.hxx @@ -13,12 +13,10 @@ #include <sal/config.h> #include <rtl/ustring.hxx> +#include <telepathy-glib/telepathy-glib.h> + class Collaboration; class TeleConferenceImpl; -typedef struct _TpAccount TpAccount; -typedef struct _TpContact TpContact; -typedef struct _TpDBusTubeChannel TpDBusTubeChannel; -typedef struct _GDBusConnection GDBusConnection; /** Conference setup by TeleManager */ class TeleConference |