diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-15 21:21:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-21 01:18:22 +0200 |
commit | 0d63d45bead9fc6e7fbd4f9dd48a2227ea800b90 (patch) | |
tree | 7d02f494244b2dc521d5973d91086bfd4e1b7ce8 /vcl/source/control | |
parent | 693ba5704b0a26319b3b780f8553eb3e99bad7a1 (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.cxx | 2 | ||||
-rw-r--r-- | vcl/source/control/wizardmachine.cxx | 2 |
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" |