summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolygontriangulator.hxx1
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx1
-rw-r--r--basegfx/source/polygon/b2dpolypolygon.cxx1
-rw-r--r--svtools/inc/svtools/borderhelper.hxx1
-rw-r--r--vcl/inc/sallayout.hxx1
5 files changed, 1 insertions, 4 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>
//////////////////////////////////////////////////////////////////////////////
diff --git a/svtools/inc/svtools/borderhelper.hxx b/svtools/inc/svtools/borderhelper.hxx
index 486eaef8ded1..e095fcee8b9f 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 711e994341c9..bef64af0293a 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