diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sidebar/ControllerItem.hxx | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/include/sfx2/sidebar/ControllerItem.hxx b/include/sfx2/sidebar/ControllerItem.hxx index 82e003117510..183a6f900d78 100644 --- a/include/sfx2/sidebar/ControllerItem.hxx +++ b/include/sfx2/sidebar/ControllerItem.hxx @@ -21,15 +21,7 @@ #include <sfx2/ctrlitem.hxx> -#include <cppuhelper/basemutex.hxx> -#include <unotools/cmdoptions.hxx> -#include <vcl/image.hxx> - -#include <com/sun/star/frame/XFrame.hpp> - - -class SfxViewFrame; -class ToolBox; +#include <com/sun/star/lang/XComponent.hpp> namespace sfx2 { namespace sidebar { |