summaryrefslogtreecommitdiff
path: root/vcl/source/control
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/control
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/control')
-rw-r--r--vcl/source/control/roadmapwizard.cxx2
-rw-r--r--vcl/source/control/wizardmachine.cxx2
2 files changed, 2 insertions, 2 deletions
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"