diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-05-19 09:32:13 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-05-27 10:05:34 +0200 |
commit | 1d944b934340617bf8b90a3fe2ec140be10ffe8f (patch) | |
tree | ef3a8754823c69409c812c4bd35d45307cd68dcf /include/svx/sdrhittesthelper.hxx | |
parent | 2e3e80fb3b01d6586a38188f2d9f5ebf6710d0db (diff) |
tdf#42949 Fix IWYU warnings in include/svx/[sS][a-h]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I84fc75e06e61e5391aef6e237c36daad95dedb84
Reviewed-on: https://gerrit.libreoffice.org/72550
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/svx/sdrhittesthelper.hxx')
-rw-r--r-- | include/svx/sdrhittesthelper.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/sdrhittesthelper.hxx b/include/svx/sdrhittesthelper.hxx index fd2f23c51a4b..b91ba08ceabe 100644 --- a/include/svx/sdrhittesthelper.hxx +++ b/include/svx/sdrhittesthelper.hxx @@ -21,11 +21,12 @@ #define INCLUDED_SVX_SDRHITTESTHELPER_HXX #include <svx/svxdllapi.h> -#include <tools/gen.hxx> // #i101872# new Object HitTest as View-tooling + +class Point; class SdrObject; class SdrPageView; class SdrLayerIDSet; |