diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-10 18:24:16 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-11 01:55:41 +0200 |
commit | 86d442c2a2b17d9bf4c2879c1aa418328702000e (patch) | |
tree | 11cfccf2e2b506749c93d44f4b884faaa8d1be5c /svtools | |
parent | a325ce63db0a8ef324f269e3dc5a845666e49bd3 (diff) |
remove external header guards
Change-Id: I1c8b193c336d4fcb765e51e059032f84126b270e
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; |