summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-05-09 09:11:49 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-05-09 15:45:20 +0200
commit6e890cf0a75e937128260c91ea0183b826d7059c (patch)
treedaf203a700131f4abd2a82942b4cfe9d701eef39 /filter
parent536bd91e1910ea4cc9aeea123b00785b76063984 (diff)
Fix some IWYU warnings
Change-Id: Iab61e0a7cac2dc89e6b04875a62894b181aa0ff4 Reviewed-on: https://gerrit.libreoffice.org/54016 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'filter')
-rw-r--r--filter/qa/unit/textfilterdetect.cxx15
-rw-r--r--filter/source/msfilter/rtfutil.cxx1
2 files changed, 14 insertions, 2 deletions
diff --git a/filter/qa/unit/textfilterdetect.cxx b/filter/qa/unit/textfilterdetect.cxx
index 272ba85b330b..3711c416c2c5 100644
--- a/filter/qa/unit/textfilterdetect.cxx
+++ b/filter/qa/unit/textfilterdetect.cxx
@@ -8,7 +8,6 @@
*/
#include <com/sun/star/document/XExtendedFilterDetection.hpp>
-#include <com/sun/star/io/XInputStream.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertyvalue.hxx>
@@ -16,6 +15,20 @@
#include <unotools/mediadescriptor.hxx>
#include <unotools/streamwrap.hxx>
+namespace com
+{
+namespace sun
+{
+namespace star
+{
+namespace io
+{
+class XInputStream;
+}
+}
+}
+}
+
using namespace com::sun::star;
namespace
diff --git a/filter/source/msfilter/rtfutil.cxx b/filter/source/msfilter/rtfutil.cxx
index 2cad73a20a97..2d709f10060e 100644
--- a/filter/source/msfilter/rtfutil.cxx
+++ b/filter/source/msfilter/rtfutil.cxx
@@ -13,7 +13,6 @@
#include <svtools/rtfkeywd.hxx>
#include <rtl/character.hxx>
#include <tools/stream.hxx>
-#include <unotools/streamwrap.hxx>
namespace msfilter
{