summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-06 20:24:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-06 22:24:33 +0200
commit6dacf9ec5455bdad82e78470a1a7cb6d2271bec7 (patch)
tree5fa53510a43cb501b0c1b4f93fc74381aee093f7 /svx
parent0e257f8c07de253c0a1d4e63dfdf0383bd658fab (diff)
drop some now unnecessary includes
Change-Id: Idb41ddc0ff01333bac6cfce8bdd5e80c3c101de9 Reviewed-on: https://gerrit.libreoffice.org/61478 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/ctredlin.cxx1
-rw-r--r--svx/source/inc/filtnav.hxx3
-rw-r--r--svx/source/inc/fmexpl.hxx6
-rw-r--r--svx/source/inc/tbxform.hxx4
-rw-r--r--svx/source/tbxctrls/extrusioncontrols.hxx5
5 files changed, 0 insertions, 19 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx
index 7671d5119abe..5af2ce7f0b44 100644
--- a/svx/source/dialog/ctredlin.cxx
+++ b/svx/source/dialog/ctredlin.cxx
@@ -18,7 +18,6 @@
*/
#include <o3tl/make_unique.hxx>
-#include <vcl/dialog.hxx>
#include <vcl/field.hxx>
#include <vcl/layout.hxx>
#include <vcl/lstbox.hxx>
diff --git a/svx/source/inc/filtnav.hxx b/svx/source/inc/filtnav.hxx
index 826bd07223dc..81693c2aeac9 100644
--- a/svx/source/inc/filtnav.hxx
+++ b/svx/source/inc/filtnav.hxx
@@ -34,9 +34,6 @@
#include <vcl/image.hxx>
#include <svtools/treelistbox.hxx>
-#include <vcl/dialog.hxx>
-#include <vcl/group.hxx>
-#include <vcl/dockwin.hxx>
#include <svx/fmtools.hxx>
#include "fmexch.hxx"
#include "sqlparserclient.hxx"
diff --git a/svx/source/inc/fmexpl.hxx b/svx/source/inc/fmexpl.hxx
index 024b38edb775..6ea2cfb97155 100644
--- a/svx/source/inc/fmexpl.hxx
+++ b/svx/source/inc/fmexpl.hxx
@@ -40,12 +40,6 @@
#include <svtools/treelistbox.hxx>
-#include <vcl/dialog.hxx>
-#include <vcl/group.hxx>
-#include <vcl/button.hxx>
-#include <vcl/fixed.hxx>
-#include <vcl/edit.hxx>
-#include <vcl/dockwin.hxx>
#include <svx/fmview.hxx>
#include "fmexch.hxx"
diff --git a/svx/source/inc/tbxform.hxx b/svx/source/inc/tbxform.hxx
index b53bf5e136c7..95546f3ce80e 100644
--- a/svx/source/inc/tbxform.hxx
+++ b/svx/source/inc/tbxform.hxx
@@ -21,10 +21,6 @@
#include <sfx2/tbxctrl.hxx>
#include <vcl/field.hxx>
-#include <vcl/dialog.hxx>
-
-#include <vcl/button.hxx>
-
class SvxFmAbsRecWin final : public NumericField
{
diff --git a/svx/source/tbxctrls/extrusioncontrols.hxx b/svx/source/tbxctrls/extrusioncontrols.hxx
index 2f0d58c1c3b0..1493f1256fd0 100644
--- a/svx/source/tbxctrls/extrusioncontrols.hxx
+++ b/svx/source/tbxctrls/extrusioncontrols.hxx
@@ -22,11 +22,6 @@
#include <svx/svxdllapi.h>
#include <svtools/treelistbox.hxx>
-#include <vcl/button.hxx>
-#include <vcl/dialog.hxx>
-#include <vcl/field.hxx>
-#include <vcl/fixed.hxx>
-
#include <svtools/toolbarmenu.hxx>
#include <svtools/popupwindowcontroller.hxx>
#include <svtools/popupmenucontrollerbase.hxx>