diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-11-05 11:41:37 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-11-05 20:32:47 +0100 |
commit | 48a3359070db7ffbf25b5e4c0cf1840a4673ca3c (patch) | |
tree | 1bfee8bfc330e6cb86b13537aa11c0c7788eaf04 /vcl/source/gdi/impvect.hxx | |
parent | e35ef2502974c74f85c89a9dbc93b1137defcf48 (diff) |
Reduce scope of #include <tools/poly.hxx>
Change-Id: I0d64393c029d27c8e6f3b6d360d2509dad16d860
Diffstat (limited to 'vcl/source/gdi/impvect.hxx')
-rw-r--r-- | vcl/source/gdi/impvect.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/source/gdi/impvect.hxx b/vcl/source/gdi/impvect.hxx index 235b6f52a5b8..7ad02ea1bffa 100644 --- a/vcl/source/gdi/impvect.hxx +++ b/vcl/source/gdi/impvect.hxx @@ -20,9 +20,10 @@ #ifndef INCLUDED_VCL_SOURCE_GDI_IMPVECT_HXX #define INCLUDED_VCL_SOURCE_GDI_IMPVECT_HXX -#include <tools/poly.hxx> #include <vcl/gdimtf.hxx> +namespace tools { class PolyPolygon; } + // - Vectorizer - namespace ImplVectorizer { |