diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 16:59:51 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:21:29 +0200 |
commit | 028b4003986f9cff3274707eebd14ee9099bf87b (patch) | |
tree | 6e37bc8851a0a068389d4626a8364669600c6fdf /rsc | |
parent | fc7c68636687446d0723330e848faa93c4b7efd8 (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/res/rscarray.cxx | 2 | ||||
-rw-r--r-- | rsc/source/tools/rscchar.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/rsc/source/res/rscarray.cxx b/rsc/source/res/rscarray.cxx index 5e9023a83e83..bb1af69adf0a 100644 --- a/rsc/source/res/rscarray.cxx +++ b/rsc/source/res/rscarray.cxx @@ -36,9 +36,7 @@ // Programmabhaengige Includes. #include <rscconst.hxx> -#ifndef _RSCSARRAY_HXX #include <rscarray.hxx> -#endif #include <rscdb.hxx> /****************** C O D E **********************************************/ diff --git a/rsc/source/tools/rscchar.cxx b/rsc/source/tools/rscchar.cxx index c23022e4222e..82ecb366b055 100644 --- a/rsc/source/tools/rscchar.cxx +++ b/rsc/source/tools/rscchar.cxx @@ -32,9 +32,7 @@ #include <string.h> #include <ctype.h> -#ifndef _TABLE_HXX //autogen #include <tools/table.hxx> -#endif // Solar Definitionen #include <tools/solar.h> |