diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-14 20:16:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-15 16:26:26 +0200 |
commit | 72d3b352905d49b7ac8fb9f466d5df3cf1bc8c09 (patch) | |
tree | 5e353fd3a779cd82455914f1ac3d829565b9decb /vcl/source/control | |
parent | 04f326cee7678be86db3bb826f6f83918d7a239a (diff) |
split RoadmapWizard into its own header
Change-Id: Ic0b790a6535f09782a9cb0fa1add480cbbe8c503
Reviewed-on: https://gerrit.libreoffice.org/78922
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 2e66d2ed4027..94f12e0dcfdf 100644 --- a/vcl/source/control/roadmapwizard.cxx +++ b/vcl/source/control/roadmapwizard.cxx @@ -18,7 +18,7 @@ */ -#include <vcl/roadmapwizard.hxx> +#include <vcl/wizdlg.hxx> #include <vcl/toolkit/roadmap.hxx> #include <tools/debug.hxx> #include <osl/diagnose.h> diff --git a/vcl/source/control/wizardmachine.cxx b/vcl/source/control/wizardmachine.cxx index f8f6753074cd..35a432200c2c 100644 --- a/vcl/source/control/wizardmachine.cxx +++ b/vcl/source/control/wizardmachine.cxx @@ -19,7 +19,7 @@ #include <vcl/event.hxx> #include <vcl/svapp.hxx> -#include <vcl/roadmapwizard.hxx> +#include <vcl/wizdlg.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <strings.hrc> |