diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/vclxaccessibleheaderbar.hxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/svtools/inc/vclxaccessibleheaderbar.hxx b/svtools/inc/vclxaccessibleheaderbar.hxx index 738b64e39159..f163765f52c9 100644 --- a/svtools/inc/vclxaccessibleheaderbar.hxx +++ b/svtools/inc/vclxaccessibleheaderbar.hxx @@ -19,15 +19,10 @@ #ifndef INCLUDED_SVTOOLS_VCLXACCESSIBLEHEADERBAR_HXX #define INCLUDED_SVTOOLS_VCLXACCESSIBLEHEADERBAR_HXX -#ifndef _TOOLKIT_AWT_VCLXACCESSIBLECOMPONENT_HXX_ -#include <toolkit/awt/vclxaccessiblecomponent.hxx> -#endif -#ifndef _HEADBAR_HXX #include <svtools/headbar.hxx> -#endif -#ifndef _TOOLKIT_AWT_VCLXWINDOW_HXX_ +#include <toolkit/awt/vclxaccessiblecomponent.hxx> #include <toolkit/awt/vclxwindow.hxx> -#endif + class HeaderBar; |