diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-04-05 10:53:21 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-17 16:40:09 +0200 |
commit | c4e3c9079a476ea9d01ba2d9519942bea1770ba6 (patch) | |
tree | 4492fa9502c780035cb535d27b04984ce5a06914 /tubes | |
parent | aeacb83ecb0afc2f08c05ba7131d4052163a6e2e (diff) |
conference: remove a stray dbus-glib import.
This is no longer needed since the switch to using GDBus for the tube
connection.
Diffstat (limited to 'tubes')
-rw-r--r-- | tubes/inc/tubes/conference.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tubes/inc/tubes/conference.hxx b/tubes/inc/tubes/conference.hxx index 088bf4b783d9..6841f9a406b1 100644 --- a/tubes/inc/tubes/conference.hxx +++ b/tubes/inc/tubes/conference.hxx @@ -37,7 +37,6 @@ #include <boost/enable_shared_from_this.hpp> #include <rtl/ustring.hxx> #include <telepathy-glib/telepathy-glib.h> -#include <dbus/dbus-glib-lowlevel.h> #include <queue> typedef ::std::queue<TelePacket> TelePacketQueue; |