diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-02-28 00:49:17 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-02 10:55:00 +0100 |
commit | 00bcbbf86d94792b11bbcc11b86acf8f63e34ae4 (patch) | |
tree | 2634c4e66a1346dd1f1853dfc10027e129eb7c67 /svx/source/sidebar/SelectionAnalyzer.cxx | |
parent | 068c133ac41c97652909b88c432e3b73010efc3e (diff) |
tdf#42949 Fix IWYU warnings in svx/source/s*/*cxx
Except for already done svx/source/sdr/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I1c4b34cf42aa9faa2f7de36fe1602059460c6c1f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89656
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/sidebar/SelectionAnalyzer.cxx')
-rw-r--r-- | svx/source/sidebar/SelectionAnalyzer.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/source/sidebar/SelectionAnalyzer.cxx b/svx/source/sidebar/SelectionAnalyzer.cxx index 4dfe18cd07b4..14134980f390 100644 --- a/svx/source/sidebar/SelectionAnalyzer.cxx +++ b/svx/source/sidebar/SelectionAnalyzer.cxx @@ -18,12 +18,10 @@ */ #include <svx/sidebar/SelectionAnalyzer.hxx> -#include <svx/svdmrkv.hxx> +#include <svx/svdmark.hxx> #include <svx/svdobj.hxx> #include <svx/svdotext.hxx> #include <svx/svdpage.hxx> -#include <svx/fmglob.hxx> -#include <svx/globl3d.hxx> using vcl::EnumContext; |