diff options
Diffstat (limited to 'sd/source/ui/remotecontrol/Transmitter.hxx')
-rw-r--r-- | sd/source/ui/remotecontrol/Transmitter.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/Transmitter.hxx b/sd/source/ui/remotecontrol/Transmitter.hxx index 607ab59c5975..7044d8f1c852 100644 --- a/sd/source/ui/remotecontrol/Transmitter.hxx +++ b/sd/source/ui/remotecontrol/Transmitter.hxx @@ -12,12 +12,13 @@ #include <osl/conditn.hxx> #include <osl/mutex.hxx> -#include "IBluetoothSocket.hxx" #include <osl/thread.hxx> #include <rtl/string.hxx> #include <queue> +namespace sd { struct IBluetoothSocket; } + namespace sd { |