summaryrefslogtreecommitdiff
path: root/include/svtools/embedhlp.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-01-30 00:10:38 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-02-05 09:15:25 +0100
commit16ee4d434692387419e6493aefba4312b2d80a8c (patch)
treedaaf55af20782ec2c68f03a56b83ac0ecc0049ed /include/svtools/embedhlp.hxx
parent209f2fe0304114409434a3bf5f1e08c6613d83c0 (diff)
tdf#42949 Fix IWYU warnings in include/svtools/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I937ed12f2a96943664087ddcdd035f1347e84a57 Reviewed-on: https://gerrit.libreoffice.org/67102 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/svtools/embedhlp.hxx')
-rw-r--r--include/svtools/embedhlp.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/svtools/embedhlp.hxx b/include/svtools/embedhlp.hxx
index 5e74e97a3d60..ad9a592ae6c0 100644
--- a/include/svtools/embedhlp.hxx
+++ b/include/svtools/embedhlp.hxx
@@ -22,12 +22,12 @@
#include <svtools/svtdllapi.h>
#include <com/sun/star/uno/Reference.hxx>
-#include <com/sun/star/io/XInputStream.hpp>
#include <vcl/graph.hxx>
-#include <tools/mapunit.hxx>
#include <rtl/ustring.hxx>
#include <memory>
+namespace com :: sun :: star :: io { class XInputStream; }
+
namespace comphelper
{
class EmbeddedObjectContainer;
@@ -37,7 +37,6 @@ namespace com { namespace sun { namespace star { namespace embed {
class XEmbeddedObject;
}}}}
-namespace tools { class Rectangle; }
class OutputDevice;
namespace svt {