summaryrefslogtreecommitdiff
path: root/canvas/source/tools/page.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-02-10 11:37:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-02-12 11:57:19 +0100
commit7435040a18eb866be0fa77e71c6b4c626f1ae897 (patch)
tree7de6c3e1f02d3bb67cb41a197ed2124861213151 /canvas/source/tools/page.hxx
parented3d1f3e1368f81e928cc1ecc4c127a3d540d96e (diff)
move some canvas/ headers inside the module
Change-Id: Iaa00cff88ad756b7e084cc68fe744d387328180b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88360 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'canvas/source/tools/page.hxx')
-rw-r--r--canvas/source/tools/page.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/tools/page.hxx b/canvas/source/tools/page.hxx
index 800a294a9433..cfb3cbd9d4bd 100644
--- a/canvas/source/tools/page.hxx
+++ b/canvas/source/tools/page.hxx
@@ -22,9 +22,9 @@
#include <basegfx/vector/b2isize.hxx>
#include <basegfx/range/b2irectangle.hxx>
-#include <canvas/rendering/icolorbuffer.hxx>
-#include <canvas/rendering/irendermodule.hxx>
-#include <canvas/rendering/isurface.hxx>
+#include <rendering/icolorbuffer.hxx>
+#include <rendering/irendermodule.hxx>
+#include <rendering/isurface.hxx>
#include <memory>
#include <vector>