summaryrefslogtreecommitdiff
path: root/vcl/source/window/printdlg.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-04 09:41:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-10-04 20:39:17 +0200
commitea00e07467daf81c113ee9bb75e6f205c373dba1 (patch)
treec9761a29a136ddac41decf6859e81f3f00549e1f /vcl/source/window/printdlg.cxx
parentbe43987b3e467c41ce40afc6b2c93d89c285dc73 (diff)
drop some unnecessary includes
Change-Id: I5bea83184dd900215ca6f60ba23a4d724789c753 Reviewed-on: https://gerrit.libreoffice.org/80190 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/window/printdlg.cxx')
-rw-r--r--vcl/source/window/printdlg.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx
index 4b417f7bbb7e..c9ad27e2e7c1 100644
--- a/vcl/source/window/printdlg.cxx
+++ b/vcl/source/window/printdlg.cxx
@@ -22,19 +22,16 @@
#include <strings.hrc>
#include <bitmaps.hlst>
+#include <vcl/commandevent.hxx>
+#include <vcl/lstbox.hxx>
#include <vcl/print.hxx>
-#include <vcl/dialog.hxx>
-#include <vcl/button.hxx>
#include <vcl/wall.hxx>
#include <vcl/decoview.hxx>
#include <vcl/configsettings.hxx>
#include <vcl/help.hxx>
-#include <vcl/layout.hxx>
#include <vcl/svapp.hxx>
-#include <vcl/tabpage.hxx>
#include <vcl/settings.hxx>
#include <vcl/virdev.hxx>
-#include <vcl/lstbox.hxx>
#include <unotools/localedatawrapper.hxx>