summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-26 20:14:08 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-11-05 10:09:53 +0100
commit50823d893807d590d20ca8ee97a9a345d5df4ac3 (patch)
tree0d702207d380b37d9748fb12772283db56443536 /sot
parentf051e54ab800b07884c085f28169137b2f8fe3a5 (diff)
tdf#42949 Fix IWYU warnings in include/sot/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ic5d0dd8c712e74825ed0d0de6bf366568ca48f25 Reviewed-on: https://gerrit.libreoffice.org/62460 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sot')
-rw-r--r--sot/inc/sysformats.hxx2
-rw-r--r--sot/source/base/formats.cxx1
-rw-r--r--sot/source/unoolestorage/xolesimplestorage.hxx2
3 files changed, 5 insertions, 0 deletions
diff --git a/sot/inc/sysformats.hxx b/sot/inc/sysformats.hxx
index 38276e7e4f9c..a34375df3d8b 100644
--- a/sot/inc/sysformats.hxx
+++ b/sot/inc/sysformats.hxx
@@ -25,6 +25,8 @@
#endif
#include <sot/sotdllapi.h>
+#include <sot/exchange.hxx>
+#include <sot/formats.hxx>
struct SotAction_Impl
{
diff --git a/sot/source/base/formats.cxx b/sot/source/base/formats.cxx
index 2ee87e71458d..9b7770f146ef 100644
--- a/sot/source/base/formats.cxx
+++ b/sot/source/base/formats.cxx
@@ -27,6 +27,7 @@
#include <comphelper/fileformat.h>
#include <tools/globname.hxx>
+#include <tools/stream.hxx>
#include <com/sun/star/datatransfer/DataFlavor.hpp>
#include <com/sun/star/datatransfer/UnsupportedFlavorException.hpp>
#include <com/sun/star/datatransfer/XTransferable.hpp>
diff --git a/sot/source/unoolestorage/xolesimplestorage.hxx b/sot/source/unoolestorage/xolesimplestorage.hxx
index 13ba9d01e5d8..3cd4d86c011e 100644
--- a/sot/source/unoolestorage/xolesimplestorage.hxx
+++ b/sot/source/unoolestorage/xolesimplestorage.hxx
@@ -22,6 +22,8 @@
#include <sal/config.h>
+#include <com/sun/star/io/XInputStream.hpp>
+#include <com/sun/star/io/XStream.hpp>
#include <com/sun/star/embed/XOLESimpleStorage.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/lang/XComponent.hpp>