diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-14 20:19:44 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-16 07:33:55 +1000 |
commit | 0d5943a140049fde30072c164764ddd3de256b7f (patch) | |
tree | 9d243670da0fe8939486241478165b27c89bf4e1 /vcl | |
parent | 2295d9dcea06033972092ecabb50cc759640d437 (diff) |
Remove unnecessary includes from gradient.cxx
Change-Id: If85cc6598d67454ca7555d64cac894e84cdb1b01
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/outdev/gradient.cxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vcl/source/gdi/outdev/gradient.cxx b/vcl/source/gdi/outdev/gradient.cxx index 5f26a4baff55..22b57fe813dc 100644 --- a/vcl/source/gdi/outdev/gradient.cxx +++ b/vcl/source/gdi/outdev/gradient.cxx @@ -17,29 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> -#include <tools/line.hxx> #include <tools/poly.hxx> #include <vcl/gradient.hxx> -#include <vcl/metaact.hxx> -#include <vcl/gdimtf.hxx> -#include <vcl/salbtype.hxx> #include <vcl/virdev.hxx> #include <vcl/outdev.hxx> #include <vcl/settings.hxx> -#include "window.h" -#include "salframe.hxx" #include "salgdi.hxx" -#include "svdata.hxx" -#include "outdata.hxx" - -#include <basegfx/polygon/b2dpolygon.hxx> -#include <basegfx/polygon/b2dpolypolygon.hxx> -#include <basegfx/matrix/b2dhommatrix.hxx> -#include <boost/scoped_array.hpp> -#include <boost/scoped_ptr.hpp> #define GRADIENT_DEFAULT_STEPCOUNT 0 |