diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-04-22 14:59:45 +0100 |
---|---|---|
committer | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-04-22 15:02:20 +0100 |
commit | f515609c725b754d687c0f98ef61e9b6c9ac9a4a (patch) | |
tree | f35bb2e17bed822e0f2563fe70daef537bcd05bc /sd/source | |
parent | 247cec2c119464dca7775c1a556cc2bfd59e0f8c (diff) |
Kill unneeded include.
Added in b042a78d9847753d95560749dab2159d9cfbd7ae , but doesn't actually
appear to be used for anything (possibly an accidental debug-output leftover?).
Change-Id: If062c40da7164284a8d6538fc8cf8cb0e4719436
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/remotecontrol/Transmitter.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/Transmitter.cxx b/sd/source/ui/remotecontrol/Transmitter.cxx index 212299e9b8d4..cc7b8ec8bf76 100644 --- a/sd/source/ui/remotecontrol/Transmitter.cxx +++ b/sd/source/ui/remotecontrol/Transmitter.cxx @@ -7,7 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "Transmitter.hxx" -#include <iostream> using namespace std; using namespace osl; // Sockets etc. |