summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/Listener.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-12-16 23:29:31 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-01-02 10:11:36 +0100
commit4c67813d710ea17b31ec01bb9d3ed7a0b8ddc82f (patch)
tree0e1cf72034c10018eeead04bc705f928d2ebd2bc /sd/source/ui/remotecontrol/Listener.cxx
parent927c42e080221c833fd418e9cfd6d18acc7d63c0 (diff)
tdf#42949 Fix IWYU warnings in sd/source/ui/[a-r]*/*hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I0d9cee1cd17e168522f6161c515a325e5edf1496 Reviewed-on: https://gerrit.libreoffice.org/65234 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/remotecontrol/Listener.cxx')
-rw-r--r--sd/source/ui/remotecontrol/Listener.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/Listener.cxx b/sd/source/ui/remotecontrol/Listener.cxx
index f6c026f87e18..290d35cb897f 100644
--- a/sd/source/ui/remotecontrol/Listener.cxx
+++ b/sd/source/ui/remotecontrol/Listener.cxx
@@ -11,8 +11,12 @@
#include <sal/log.hxx>
#include <vcl/svapp.hxx>
+#include "Communicator.hxx"
#include "Listener.hxx"
#include "ImagePreparer.hxx"
+#include "Transmitter.hxx"
+
+#include <com/sun/star/presentation/XSlideShowController.hpp>
using namespace sd;
using namespace ::com::sun::star::presentation;