summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/Receiver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/remotecontrol/Receiver.hxx')
-rw-r--r--sd/source/ui/remotecontrol/Receiver.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sd/source/ui/remotecontrol/Receiver.hxx b/sd/source/ui/remotecontrol/Receiver.hxx
index 9d7652da3119..586c1fe29534 100644
--- a/sd/source/ui/remotecontrol/Receiver.hxx
+++ b/sd/source/ui/remotecontrol/Receiver.hxx
@@ -9,14 +9,13 @@
#ifndef INCLUDED_SD_SOURCE_UI_REMOTECONTROL_RECEIVER_HXX
#define INCLUDED_SD_SOURCE_UI_REMOTECONTROL_RECEIVER_HXX
-#include <osl/socket.hxx>
-#include <stdlib.h>
+#include <rtl/string.hxx>
#include <vcl/timer.hxx>
-#include <vcl/svapp.hxx>
#include <vector>
+#include <deque>
-#include "Transmitter.hxx"
+namespace sd { class Transmitter; }
namespace sd
{