summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-09-15 21:21:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-09-21 01:18:22 +0200
commit0d63d45bead9fc6e7fbd4f9dd48a2227ea800b90 (patch)
tree7d02f494244b2dc521d5973d91086bfd4e1b7ce8 /vcl/source
parent693ba5704b0a26319b3b780f8553eb3e99bad7a1 (diff)
wizdlg only needed in vcl now
Change-Id: I87d14fff339d18088795a876e2bf6c818b1674e3 Reviewed-on: https://gerrit.libreoffice.org/78973 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/app/salvtables.cxx2
-rw-r--r--vcl/source/control/roadmapwizard.cxx2
-rw-r--r--vcl/source/control/wizardmachine.cxx2
-rw-r--r--vcl/source/window/builder.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index 15f53a47b760..2063a4e618b9 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -49,7 +49,6 @@
#include <vcl/menubtn.hxx>
#include <vcl/prgsbar.hxx>
#include <vcl/ptrstyle.hxx>
-#include <vcl/wizdlg.hxx>
#include <vcl/slider.hxx>
#include <vcl/sysdata.hxx>
#include <vcl/svimpbox.hxx>
@@ -66,6 +65,7 @@
#include <vcl/virdev.hxx>
#include <aboutdialog.hxx>
#include <bitmaps.hlst>
+#include <wizdlg.hxx>
SalFrame::SalFrame()
: m_pWindow(nullptr)
diff --git a/vcl/source/control/roadmapwizard.cxx b/vcl/source/control/roadmapwizard.cxx
index 501122245e8d..4ef52d6e9ab5 100644
--- a/vcl/source/control/roadmapwizard.cxx
+++ b/vcl/source/control/roadmapwizard.cxx
@@ -18,13 +18,13 @@
*/
-#include <vcl/wizdlg.hxx>
#include <vcl/toolkit/roadmap.hxx>
#include <tools/debug.hxx>
#include <osl/diagnose.h>
#include <strings.hrc>
#include <svdata.hxx>
+#include <wizdlg.hxx>
#include <vector>
#include <map>
diff --git a/vcl/source/control/wizardmachine.cxx b/vcl/source/control/wizardmachine.cxx
index 960f34d0361e..91daa8ddfb19 100644
--- a/vcl/source/control/wizardmachine.cxx
+++ b/vcl/source/control/wizardmachine.cxx
@@ -19,11 +19,11 @@
#include <vcl/event.hxx>
#include <vcl/svapp.hxx>
-#include <vcl/wizdlg.hxx>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
#include <strings.hrc>
#include <svdata.hxx>
+#include <wizdlg.hxx>
#include <stack>
#include "wizimpldata.hxx"
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 2ea3b178bf2a..55162b7b861a 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -48,7 +48,6 @@
#include <vcl/slider.hxx>
#include <vcl/listctrl.hxx>
#include <vcl/weld.hxx>
-#include <vcl/wizdlg.hxx>
#include <vcl/commandinfoprovider.hxx>
#include <svdata.hxx>
#include <bitmaps.hlst>
@@ -62,6 +61,7 @@
#include <treeglue.hxx>
#include <tools/svlibrary.h>
#include <tools/diagnose_ex.h>
+#include <wizdlg.hxx>
#ifdef DISABLE_DYNLOADING
#include <dlfcn.h>