diff options
Diffstat (limited to 'vcl/source/control/button.cxx')
-rw-r--r-- | vcl/source/control/button.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx index d4f29e224e7b..7428964b87a9 100644 --- a/vcl/source/control/button.cxx +++ b/vcl/source/control/button.cxx @@ -30,13 +30,9 @@ #include <tools/debug.hxx> -#ifndef _SV_SVIDS_HRC #include <vcl/svids.hrc> -#endif #include <vcl/svdata.hxx> -#ifndef _SV_IAMGE_HXX #include <vcl/image.hxx> -#endif #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> #include <vcl/decoview.hxx> @@ -48,14 +44,10 @@ #include <vcl/button.hxx> #include <vcl/window.h> #include <vcl/controldata.hxx> -#ifndef _SV_NATIVEWIDGET_HXX #include <vcl/salnativewidgets.hxx> -#endif #include <vcl/edit.hxx> -#ifndef _SV_RC_H #include <tools/rc.h> -#endif |