summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-26 16:54:55 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-26 16:54:55 +0300
commit7d32da410cb413f540f2127db4e6dc2807506510 (patch)
tree5c19baf4523a746ab3f1ef36a4b165d2572e4cf2 /vcl/source
parent65ad73b0da8a0df0ac7ae6dd17cbb38be1f2afb2 (diff)
Seems that <vcl/cvtsvm.hxx> is private to VCL, so move it there
Change-Id: I3fd1ac8aaea2e79efcd9e2d4b12347a387d0d28b
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/gdi/cvtsvm.cxx3
-rw-r--r--vcl/source/gdi/gdimtf.cxx2
2 files changed, 3 insertions, 2 deletions
diff --git a/vcl/source/gdi/cvtsvm.cxx b/vcl/source/gdi/cvtsvm.cxx
index 8835e446797b..630cfcf8b611 100644
--- a/vcl/source/gdi/cvtsvm.cxx
+++ b/vcl/source/gdi/cvtsvm.cxx
@@ -27,9 +27,10 @@
#include <vcl/virdev.hxx>
#include <vcl/graph.hxx>
#include <vcl/lineinfo.hxx>
-#include <vcl/cvtsvm.hxx>
#include <rtl/strbuf.hxx>
+#include <cvtsvm.hxx>
+
// Inlines
void ImplReadRect( SvStream& rIStm, Rectangle& rRect )
{
diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx
index 9301a19db514..820f2a051524 100644
--- a/vcl/source/gdi/gdimtf.cxx
+++ b/vcl/source/gdi/gdimtf.cxx
@@ -24,7 +24,6 @@
#include <vcl/salbtype.hxx>
#include <vcl/outdev.hxx>
#include <vcl/window.hxx>
-#include <vcl/cvtsvm.hxx>
#include <vcl/virdev.hxx>
#include <vcl/svapp.hxx>
#include <vcl/gdimtf.hxx>
@@ -32,6 +31,7 @@
#include <basegfx/polygon/b2dpolygon.hxx>
#include <vcl/canvastools.hxx>
+#include <cvtsvm.hxx>
#include <salbmp.hxx>
#include <salinst.hxx>
#include <svdata.hxx>