diff options
-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 |