diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-11-18 17:32:57 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-11-18 20:32:45 +0900 |
commit | 3322f0d2f8ee593948ade983d2a24db6bfbf23c7 (patch) | |
tree | b2824e7bc62b17017d1587c6f1229ebeacf53cde /basegfx | |
parent | 66d3da3505ef4964be9a4dbe0363af8f0c519270 (diff) |
Move #include to appropriate header
Change-Id: I58c33b91f205641f9cc8cdfcd9ecfadc77341b82
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/inc/basegfx/polygon/b2dpolygontriangulator.hxx | 1 | ||||
-rw-r--r-- | basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx | 1 | ||||
-rw-r--r-- | basegfx/source/polygon/b2dpolypolygon.cxx | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/basegfx/inc/basegfx/polygon/b2dpolygontriangulator.hxx b/basegfx/inc/basegfx/polygon/b2dpolygontriangulator.hxx index f6e4f020f94f..5af34ae1ecd2 100644 --- a/basegfx/inc/basegfx/polygon/b2dpolygontriangulator.hxx +++ b/basegfx/inc/basegfx/polygon/b2dpolygontriangulator.hxx @@ -21,7 +21,6 @@ #define _BGFX_POLYGON_B2DPOLYGONTRIANGULATOR_HXX #include <basegfx/polygon/b2dpolypolygon.hxx> -#include <vector> #include <basegfx/basegfxdllapi.h> ////////////////////////////////////////////////////////////////////////////// diff --git a/basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx b/basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx index c22fc9888588..cd22644ab8ce 100644 --- a/basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx +++ b/basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx @@ -24,6 +24,7 @@ #include <o3tl/cow_wrapper.hxx> #include <basegfx/range/b2drange.hxx> #include <basegfx/basegfxdllapi.h> +#include <vector> // predeclarations class ImplB2DPolyPolygon; diff --git a/basegfx/source/polygon/b2dpolypolygon.cxx b/basegfx/source/polygon/b2dpolypolygon.cxx index a8eb1bcdbfe0..7075782fe843 100644 --- a/basegfx/source/polygon/b2dpolypolygon.cxx +++ b/basegfx/source/polygon/b2dpolypolygon.cxx @@ -25,7 +25,6 @@ #include <basegfx/matrix/b2dhommatrix.hxx> #include <functional> -#include <vector> #include <algorithm> ////////////////////////////////////////////////////////////////////////////// |