diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-10 17:42:35 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-10 17:56:24 +0200 |
commit | 09373d45838e4dab514e37dee4a4c8f6218ebda0 (patch) | |
tree | 91381d15cb0c7b29072c79a30eee7fd0d8635768 /sd | |
parent | 76d098a07bb2f901948d39522954dff6b50adae8 (diff) |
soltools: remove Package_inc and empty unistd.h nonsense
Change-Id: Ic05de69951b28b9cc8d62f0a534b507c424e6b25
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/RemoteServer.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/remotecontrol/Communicator.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/remotecontrol/DiscoveryService.hxx | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/sd/source/ui/inc/RemoteServer.hxx b/sd/source/ui/inc/RemoteServer.hxx index bc1e7c556576..60c9b18f4d48 100644 --- a/sd/source/ui/inc/RemoteServer.hxx +++ b/sd/source/ui/inc/RemoteServer.hxx @@ -12,7 +12,9 @@ // SERVER #include <stdio.h> #include <stdlib.h> +#ifndef _WIN32 #include <unistd.h> +#endif #include <sys/types.h> #include <vector> diff --git a/sd/source/ui/remotecontrol/Communicator.hxx b/sd/source/ui/remotecontrol/Communicator.hxx index 7883401eff65..8e1b76c39f73 100644 --- a/sd/source/ui/remotecontrol/Communicator.hxx +++ b/sd/source/ui/remotecontrol/Communicator.hxx @@ -10,7 +10,9 @@ #define _SD_IMPRESSREMOTE_COMMUNICATOR_HXX #include <stdlib.h> +#ifndef _WIN32 #include <unistd.h> +#endif #include <sys/types.h> #include <vector> diff --git a/sd/source/ui/remotecontrol/DiscoveryService.hxx b/sd/source/ui/remotecontrol/DiscoveryService.hxx index eafca4160b6f..b47f04904df4 100644 --- a/sd/source/ui/remotecontrol/DiscoveryService.hxx +++ b/sd/source/ui/remotecontrol/DiscoveryService.hxx @@ -11,7 +11,9 @@ #include <stdio.h> #include <stdlib.h> +#ifndef _WIN32 #include <unistd.h> +#endif #include <sys/types.h> #include <osl/socket.hxx> |