diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-01 17:59:14 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-12-03 15:13:07 +0100 |
commit | be99b42489b3dad31e2a92ece937131803b17275 (patch) | |
tree | d05fd370dce737eecb7461373b0daf091063aa62 /include/vcl/print.hxx | |
parent | b3e77dd93f2305f09e89d9a23a9b4404d7c796ba (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[n-r]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I5a4951e983078ab6b6cbf0e96b00a20584b85e20
Reviewed-on: https://gerrit.libreoffice.org/64398
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/vcl/print.hxx')
-rw-r--r-- | include/vcl/print.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx index a8069d2fec8c..2d1c17e9e486 100644 --- a/include/vcl/print.hxx +++ b/include/vcl/print.hxx @@ -21,24 +21,22 @@ #define INCLUDED_VCL_PRINT_HXX #include <rtl/ustring.hxx> +#include <i18nutil/paper.hxx> #include <vcl/errcode.hxx> -#include <tools/solar.h> #include <vcl/dllapi.h> #include <vcl/outdev.hxx> #include <vcl/prntypes.hxx> #include <vcl/jobset.hxx> -#include <vcl/gdimtf.hxx> -#include <tools/multisel.hxx> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/view/PrintableState.hpp> #include <memory> -#include <set> #include <unordered_map> +class GDIMetaFile; class SalInfoPrinter; struct SalPrinterQueueInfo; class SalPrinter; @@ -47,7 +45,6 @@ enum class SalPrinterError; namespace vcl { class PrinterController; - class PrintDialog; class Window; } |