From 226383e690752c0bec8ec22b5a5cac2787e36742 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 27 Oct 2016 22:05:16 +0200 Subject: loplugin:reservedid Change-Id: I49e0e53b4ff17170e8aa8247b5428b6f1209d93c --- tubes/source/conference.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tubes') 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 #include +#include + 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 -- cgit