diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-15 22:52:44 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-21 13:52:11 +0100 |
commit | 1eaa1e2adeb50bb14d550e70fb77edfd2da11807 (patch) | |
tree | 1cc607ecb3ced0a3d28dd244aa84693171d0b638 /sfx2/source/view/printer.cxx | |
parent | 46c0dbea12bd8329aa37ca5503db12b4162ef6c6 (diff) |
tdf#42949 Fix IWYU warnings in sfx2/source/[s-v]*/*cxx and sfx2/qa
Also quickly recheck other parts of sfx2 after recent welding there
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iff847f142557b5b253887add12c005821554ef65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86891
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sfx2/source/view/printer.cxx')
-rw-r--r-- | sfx2/source/view/printer.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/view/printer.cxx b/sfx2/source/view/printer.cxx index 1ec88004473d..4721ff052118 100644 --- a/sfx2/source/view/printer.cxx +++ b/sfx2/source/view/printer.cxx @@ -17,18 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <vcl/virdev.hxx> -#include <vcl/metric.hxx> -#include <unotools/printwarningoptions.hxx> -#include <svtools/printoptions.hxx> #include <tools/debug.hxx> #include <utility> -#include <vector> #include <sfx2/printer.hxx> -#include <sfx2/printopt.hxx> -#include <sfxtypes.hxx> #include <sfx2/prnmon.hxx> #include <sfx2/viewsh.hxx> #include <sfx2/tabdlg.hxx> |