basegfx/inc/basegfx/polygon/b2dpolygontriangulator.hxx |    1 -
 basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx         |    1 +
 basegfx/source/polygon/b2dpolypolygon.cxx              |    1 -
 svtools/inc/svtools/borderhelper.hxx                   |    1 -
 vcl/inc/sallayout.hxx                                  |    1 -
 5 files changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 3322f0d2f8ee593948ade983d2a24db6bfbf23c7
Author: Takeshi Abe <t...@fixedpoint.jp>
Date:   Sun Nov 18 17:32:57 2012 +0900

    Move #include to appropriate header
    
    Change-Id: I58c33b91f205641f9cc8cdfcd9ecfadc77341b82

diff --git a/basegfx/inc/basegfx/polygon/b2dpolygontriangulator.hxx 
b/basegfx/inc/basegfx/polygon/b2dpolygontriangulator.hxx
index f6e4f02..5af34ae 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 c22fc98..cd22644 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 a8eb1bc..7075782 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>
 
 //////////////////////////////////////////////////////////////////////////////
diff --git a/svtools/inc/svtools/borderhelper.hxx 
b/svtools/inc/svtools/borderhelper.hxx
index 486eaef..e095fce 100644
--- a/svtools/inc/svtools/borderhelper.hxx
+++ b/svtools/inc/svtools/borderhelper.hxx
@@ -35,7 +35,6 @@
 #include <basegfx/polygon/b2dpolygon.hxx>
 #include <basegfx/point/b2dpoint.hxx>
 #include <vcl/outdev.hxx>
-#include <vector>
 
 namespace svtools
 {
diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx
index 711e994..bef64af 100644
--- a/vcl/inc/sallayout.hxx
+++ b/vcl/inc/sallayout.hxx
@@ -21,7 +21,6 @@
 #define _SV_SALLAYOUT_HXX
 
 #include <tools/gen.hxx>
-#include <vector>
 #include <basegfx/polygon/b2dpolypolygon.hxx>
 
 #ifndef _TOOLS_LANG_HXX
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to