diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 22:51:30 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 13:58:40 +0100 |
commit | 26e37ca4c7a26d59f1a42de2a43705f61327389e (patch) | |
tree | 03facb9e7f2135df1a1765e5a1cd19a55fa3e0c8 /rsc | |
parent | 57d169b6061549ce273582bd2ee96cce34f1c5a2 (diff) |
doubled includes
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/vclrsc.hxx | 1 | ||||
-rw-r--r-- | rsc/source/parser/rscdb.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/rsc/inc/vclrsc.hxx b/rsc/inc/vclrsc.hxx index c2109bfc4803..bd090b6ccd68 100644 --- a/rsc/inc/vclrsc.hxx +++ b/rsc/inc/vclrsc.hxx @@ -25,7 +25,6 @@ #include <tools/wintypes.hxx> #include <tools/fldunit.hxx> #include <tools/mapunit.hxx> -#include <tools/wintypes.hxx> #include <rsc/rsc-vcl-shared-types.hxx> #include <com/sun/star/awt/Key.hpp> diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx index 93a3281bdc69..47d79b89187b 100644 --- a/rsc/source/parser/rscdb.cxx +++ b/rsc/source/parser/rscdb.cxx @@ -780,7 +780,6 @@ ERRTYPE RscTypCont :: WriteHxx( FILE * fOutput, sal_uLong nFileKey ) fprintf( fOutput, "#include <vcl/fixed.hxx>\n" ); fprintf( fOutput, "#include <vcl/group.hxx>\n" ); fprintf( fOutput, "#include <vcl/image.hxx>\n" ); - fprintf( fOutput, "#include <vcl/button.hxx>\n" ); fprintf( fOutput, "#include <vcl/keycod.hxx>\n" ); fprintf( fOutput, "#include <vcl/lstbox.hxx>\n" ); fprintf( fOutput, "#include <vcl/mapmod.hxx>\n" ); |