Kaydet (Commit) 3322f0d2 authored tarafından Takeshi Abe's avatar Takeshi Abe

Move #include to appropriate header

Change-Id: I58c33b91f205641f9cc8cdfcd9ecfadc77341b82
üst 66d3da35
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#define _BGFX_POLYGON_B2DPOLYGONTRIANGULATOR_HXX #define _BGFX_POLYGON_B2DPOLYGONTRIANGULATOR_HXX
#include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx>
#include <vector>
#include <basegfx/basegfxdllapi.h> #include <basegfx/basegfxdllapi.h>
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <o3tl/cow_wrapper.hxx> #include <o3tl/cow_wrapper.hxx>
#include <basegfx/range/b2drange.hxx> #include <basegfx/range/b2drange.hxx>
#include <basegfx/basegfxdllapi.h> #include <basegfx/basegfxdllapi.h>
#include <vector>
// predeclarations // predeclarations
class ImplB2DPolyPolygon; class ImplB2DPolyPolygon;
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/matrix/b2dhommatrix.hxx>
#include <functional> #include <functional>
#include <vector>
#include <algorithm> #include <algorithm>
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/point/b2dpoint.hxx> #include <basegfx/point/b2dpoint.hxx>
#include <vcl/outdev.hxx> #include <vcl/outdev.hxx>
#include <vector>
namespace svtools namespace svtools
{ {
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#define _SV_SALLAYOUT_HXX #define _SV_SALLAYOUT_HXX
#include <tools/gen.hxx> #include <tools/gen.hxx>
#include <vector>
#include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx>
#ifndef _TOOLS_LANG_HXX #ifndef _TOOLS_LANG_HXX
......
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