diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:53:39 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 17:58:34 +0200 |
commit | 0fd74c451dc745a4eb855dd1f3bdc7f2be9becd4 (patch) | |
tree | 7691e2d9ce97dc12996b73de8c55a2df0c012708 | |
parent | 7a1c561aaf52a92229ccb7d65f960df9bb9724a1 (diff) |
more removed include guards using fixguard.py
-rw-r--r-- | soldep/inc/prodmap.hxx | 2 | ||||
-rw-r--r-- | soldep/inc/soldep/connctr.hxx | 2 | ||||
-rw-r--r-- | soldep/inc/soldep/depwin.hxx | 2 | ||||
-rw-r--r-- | soldep/inc/soldep/objwin.hxx | 2 | ||||
-rw-r--r-- | soldep/inc/soldep/prj.hxx | 2 | ||||
-rw-r--r-- | soltools/testSHL/inc/tlog.hxx | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/soldep/inc/prodmap.hxx b/soldep/inc/prodmap.hxx index 97b554b9e52d..89f12d76ebcc 100644 --- a/soldep/inc/prodmap.hxx +++ b/soldep/inc/prodmap.hxx @@ -28,9 +28,7 @@ #ifndef PRODUCT_MAPPER_HXX #define PRODUCT_MAPPER_HXX -#ifndef _SSTRING_HXX #include <bootstrp/sstring.hxx> -#endif class GenericInformation; class GenericInformationList; diff --git a/soldep/inc/soldep/connctr.hxx b/soldep/inc/soldep/connctr.hxx index 40ef986245e5..af6f01767e98 100644 --- a/soldep/inc/soldep/connctr.hxx +++ b/soldep/inc/soldep/connctr.hxx @@ -30,9 +30,7 @@ #define _FMRWRK_CONNCTR_HXX -#ifndef _SV_WINDOW_HXX #include <vcl/window.hxx> -#endif #include <bootstrp/listmacr.hxx> #include <tools/stream.hxx> diff --git a/soldep/inc/soldep/depwin.hxx b/soldep/inc/soldep/depwin.hxx index 4464e91aa59a..d197453e93e5 100644 --- a/soldep/inc/soldep/depwin.hxx +++ b/soldep/inc/soldep/depwin.hxx @@ -28,9 +28,7 @@ #ifndef _FMRWRK_DEPWIN_HXX #define _FMRWRK_DEPWIN_HXX -#ifndef _SV_WRKWIN_HXX #include <vcl/wrkwin.hxx> -#endif #include <vcl/menu.hxx> #include <svtools/scrwin.hxx> #include <soldep/connctr.hxx> diff --git a/soldep/inc/soldep/objwin.hxx b/soldep/inc/soldep/objwin.hxx index e7bc94826858..7419c94afd0e 100644 --- a/soldep/inc/soldep/objwin.hxx +++ b/soldep/inc/soldep/objwin.hxx @@ -28,9 +28,7 @@ #ifndef _FMRWRK_OBJWIN_HXX #define _FMRWRK_OBJWIN_HXX -#ifndef _SV_WINDOW_HXX #include <vcl/window.hxx> -#endif #include <vcl/menu.hxx> #include <vcl/timer.hxx> #include <bootstrp/listmacr.hxx> diff --git a/soldep/inc/soldep/prj.hxx b/soldep/inc/soldep/prj.hxx index 53feb3c03cf5..47dc89cc1e5e 100644 --- a/soldep/inc/soldep/prj.hxx +++ b/soldep/inc/soldep/prj.hxx @@ -30,9 +30,7 @@ #include <tools/fsys.hxx> #include <tools/stream.hxx> -#ifndef _LISTMACR_HXX #include <bootstrp/listmacr.hxx> -#endif #include <vos/mutex.hxx> #include <tools/string.hxx> diff --git a/soltools/testSHL/inc/tlog.hxx b/soltools/testSHL/inc/tlog.hxx index acae18be7e9f..c7857fd402bc 100644 --- a/soltools/testSHL/inc/tlog.hxx +++ b/soltools/testSHL/inc/tlog.hxx @@ -30,9 +30,7 @@ #include <osl/file.hxx> #include <rtl/tres.hxx> -#ifndef _SOLTOOLS_TESTSHL_TUTIL_HXX_ #include "tutil.hxx" -#endif #include <iostream> |