summaryrefslogtreecommitdiff
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
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>
-rw-r--r--dbaccess/source/ui/inc/opendoccontrols.hxx1
-rw-r--r--extensions/source/update/ui/updatecheckui.cxx3
-rw-r--r--sc/source/ui/inc/crnrdlg.hxx1
-rw-r--r--vcl/source/window/printdlg.cxx7
4 files changed, 3 insertions, 9 deletions
diff --git a/dbaccess/source/ui/inc/opendoccontrols.hxx b/dbaccess/source/ui/inc/opendoccontrols.hxx
index 1a38fc1c893d..56e80a5ca2d3 100644
--- a/dbaccess/source/ui/inc/opendoccontrols.hxx
+++ b/dbaccess/source/ui/inc/opendoccontrols.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_OPENDOCCONTROLS_HXX
#define INCLUDED_DBACCESS_SOURCE_UI_INC_OPENDOCCONTROLS_HXX
-#include <vcl/button.hxx>
#include <vcl/weld.hxx>
#include <rtl/ustring.hxx>
#include <map>
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx
index 6f510dba8a1a..d96132fe3f53 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -38,11 +38,10 @@
#include <vcl/floatwin.hxx>
#include <vcl/timer.hxx>
#include <vcl/idle.hxx>
+#include <vcl/lineinfo.hxx>
#include <vcl/menu.hxx>
#include <vcl/outdev.hxx>
#include <vcl/weld.hxx>
-#include <vcl/lineinfo.hxx>
-#include <vcl/button.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <sfx2/strings.hrc>
diff --git a/sc/source/ui/inc/crnrdlg.hxx b/sc/source/ui/inc/crnrdlg.hxx
index 697721e4668b..5054476613a5 100644
--- a/sc/source/ui/inc/crnrdlg.hxx
+++ b/sc/source/ui/inc/crnrdlg.hxx
@@ -22,7 +22,6 @@
#include "anyrefdg.hxx"
#include <rangelst.hxx>
-#include <vcl/lstbox.hxx>
#include <unordered_map>
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>