summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/RemoteServer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/RemoteServer.hxx')
-rw-r--r--sd/source/ui/inc/RemoteServer.hxx17
1 files changed, 5 insertions, 12 deletions
diff --git a/sd/source/ui/inc/RemoteServer.hxx b/sd/source/ui/inc/RemoteServer.hxx
index 79cdd024ccdd..4b6be214dde4 100644
--- a/sd/source/ui/inc/RemoteServer.hxx
+++ b/sd/source/ui/inc/RemoteServer.hxx
@@ -10,24 +10,18 @@
#define INCLUDED_SD_SOURCE_UI_INC_REMOTESERVER_HXX
// SERVER
-#include <stdio.h>
-#include <stdlib.h>
-#ifndef _WIN32
-#include <unistd.h>
-#endif
-#include <sys/types.h>
#include <memory>
#include <vector>
-#include <osl/mutex.hxx>
-#include <osl/socket.hxx>
-#include <rtl/ref.hxx>
+#include <osl/socket_decl.hxx>
#include <salhelper/thread.hxx>
-#include <com/sun/star/presentation/XSlideShowController.hpp>
-
#include <sddllapi.h>
+namespace osl { class Mutex; }
+namespace com { namespace sun { namespace star { namespace presentation { class XSlideShowController; } } } }
+namespace com { namespace sun { namespace star { namespace uno { template <class interface_type> class Reference; } } } }
+
/**
* The port for use for the main communication between LibO and remote control app.
*/
@@ -38,7 +32,6 @@
namespace sd
{
class Communicator;
- class BufferedStreamSocket;
struct ClientInfo
{