Kaydet (Commit) 92879ac1 authored tarafından Chris Sherlock's avatar Chris Sherlock

Remove unnecessary includes from hatch.cxx

Change-Id: Iaaa28a4e1150d0cdabf4989b0e76a0bf37c14293
üst 0d5943a1
...@@ -17,33 +17,17 @@ ...@@ -17,33 +17,17 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <tools/debug.hxx>
#include <tools/line.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/salbtype.hxx>
#include <vcl/hatch.hxx> #include <vcl/hatch.hxx>
#include <vcl/window.hxx>
#include <vcl/virdev.hxx> #include <vcl/virdev.hxx>
#include <vcl/outdev.hxx> #include <vcl/outdev.hxx>
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
#include "../pdfwriter_impl.hxx" #include "../pdfwriter_impl.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_array.hpp>
#include <boost/scoped_ptr.hpp>
#define HATCH_MAXPOINTS 1024 #define HATCH_MAXPOINTS 1024
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment