diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-24 23:30:02 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-24 23:51:39 +1000 |
commit | e2fa1f587eb7efec5e2e936917b8b539cc313a49 (patch) | |
tree | 001470e9d9329e28344f2d8c365f074979c1127a /vcl/source/outdev | |
parent | 8cde6e40c5cbab8b5ef3a0afc2105a6a03d55780 (diff) |
VCL: Remove unnecessary headers from outdev/wallpaper.cxx
Change-Id: I361074519a84c9c1497a4ce91df86842e69fc6b0
Diffstat (limited to 'vcl/source/outdev')
-rw-r--r-- | vcl/source/outdev/wallpaper.cxx | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vcl/source/outdev/wallpaper.cxx b/vcl/source/outdev/wallpaper.cxx index d59d9f462caa..c6624e98ec7f 100644 --- a/vcl/source/outdev/wallpaper.cxx +++ b/vcl/source/outdev/wallpaper.cxx @@ -17,31 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <vcl/outdev.hxx> #include <vcl/virdev.hxx> -#include <vcl/bmpacc.hxx> -#include <vcl/metaact.hxx> -#include <vcl/gdimtf.hxx> -#include <vcl/svapp.hxx> -#include <vcl/wrkwin.hxx> -#include <vcl/graph.hxx> #include <wall2.hxx> -#include <salgdi.hxx> -#include <window.h> -#include <svdata.hxx> -#include <outdev.h> - -#include <com/sun/star/uno/Sequence.hxx> - -#include <basegfx/vector/b2dvector.hxx> -#include <basegfx/polygon/b2dpolypolygon.hxx> -#include <basegfx/polygon/b2dpolygon.hxx> -#include <basegfx/matrix/b2dhommatrix.hxx> - -#include <math.h> -#include <boost/scoped_ptr.hpp> void OutputDevice::ImplDrawColorWallpaper( long nX, long nY, long nWidth, long nHeight, |