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/inc/rscrsc.hxx | |
parent | bcef91b779f6802dd8bdec91d945038716faf181 (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'rsc/inc/rscrsc.hxx')
-rw-r--r-- | rsc/inc/rscrsc.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
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> |