summaryrefslogtreecommitdiff
path: root/include/svtools/wizardmachine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/wizardmachine.hxx')
-rw-r--r--include/svtools/wizardmachine.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svtools/wizardmachine.hxx b/include/svtools/wizardmachine.hxx
index 748afebbb712..ee2d32a39107 100644
--- a/include/svtools/wizardmachine.hxx
+++ b/include/svtools/wizardmachine.hxx
@@ -24,10 +24,12 @@
#include <svtools/wizdlg.hxx>
#include <vcl/button.hxx>
#include <vcl/tabpage.hxx>
-#include <vcl/weld.hxx>
#include <o3tl/typed_flags_set.hxx>
-class Bitmap;
+namespace weld {
+ class Builder;
+ class Container;
+}
enum class WizardButtonFlags
{
@@ -94,8 +96,6 @@ namespace svt
//= OWizardPage
- class OWizardMachine;
-
class SVT_DLLPUBLIC OWizardPage : public TabPage, public IWizardPageController
{