diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:55:19 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:21:30 +0200 |
commit | 1275d274db37fc333838321347e1887488f8f4c0 (patch) | |
tree | 8857c3ae31f6ebddb0137f708487cbc1cccb1d97 /rsc | |
parent | bcef91b779f6802dd8bdec91d945038716faf181 (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/rscdef.hxx | 2 | ||||
-rw-r--r-- | rsc/inc/rsclst.hxx | 2 | ||||
-rw-r--r-- | rsc/inc/rscrsc.hxx | 6 |
3 files changed, 0 insertions, 10 deletions
diff --git a/rsc/inc/rscdef.hxx b/rsc/inc/rscdef.hxx index a21b03685325..d9a8f810c685 100644 --- a/rsc/inc/rscdef.hxx +++ b/rsc/inc/rscdef.hxx @@ -27,9 +27,7 @@ #ifndef _RSCDEF_HXX #define _RSCDEF_HXX -#ifndef _TOOLS_UNQIDX_HXX #include <tools/unqidx.hxx> -#endif #include <rsctree.hxx> /****************** C L A S S E S ****************************************/ diff --git a/rsc/inc/rsclst.hxx b/rsc/inc/rsclst.hxx index 89e4bfda2402..f661f2c041c3 100644 --- a/rsc/inc/rsclst.hxx +++ b/rsc/inc/rsclst.hxx @@ -28,9 +28,7 @@ #ifndef _RSCLST_HXX #define _RSCLST_HXX -#ifndef _TOOLS_LIST_HXX #include <tools/list.hxx> -#endif #include <rscall.h> class REResourceList; diff --git a/rsc/inc/rscrsc.hxx b/rsc/inc/rscrsc.hxx index c2b0a70a1b66..5aa6245ef648 100644 --- a/rsc/inc/rscrsc.hxx +++ b/rsc/inc/rscrsc.hxx @@ -27,15 +27,9 @@ #ifndef _RSCRSC_HXX #define _RSCRSC_HXX -#ifndef RSCALL_H #include <rscall.h> -#endif -#ifndef RSCERROR_H #include <rscerror.h> -#endif -#ifndef RSCTOOLS_HXX #include <rsctools.hxx> -#endif #include <list> |