diff options
Diffstat (limited to 'include/sfx2/templdlg.hxx')
-rw-r--r-- | include/sfx2/templdlg.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/sfx2/templdlg.hxx b/include/sfx2/templdlg.hxx index 7301a2896946..b25e09661739 100644 --- a/include/sfx2/templdlg.hxx +++ b/include/sfx2/templdlg.hxx @@ -22,13 +22,9 @@ #include <memory> #include <sal/config.h> #include <sfx2/dllapi.h> -#include <vcl/ctrl.hxx> -#include <svl/style.hxx> - -#include <sfx2/dockwin.hxx> -#include <sfx2/childwin.hxx> -#include <sfx2/basedlgs.hxx> +#include <vcl/window.hxx> +class SfxBindings; class SfxTemplateDialog_Impl; class SFX2_DLLPUBLIC SfxTemplatePanelControl : public vcl::Window |