diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-10 11:37:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-12 11:57:19 +0100 |
commit | 7435040a18eb866be0fa77e71c6b4c626f1ae897 (patch) | |
tree | 7de6c3e1f02d3bb67cb41a197ed2124861213151 /canvas/source/vcl/cachedbitmap.hxx | |
parent | ed3d1f3e1368f81e928cc1ecc4c127a3d540d96e (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/vcl/cachedbitmap.hxx')
-rw-r--r-- | canvas/source/vcl/cachedbitmap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/vcl/cachedbitmap.hxx b/canvas/source/vcl/cachedbitmap.hxx index c96e24bb31b7..f76b2c3fc59e 100644 --- a/canvas/source/vcl/cachedbitmap.hxx +++ b/canvas/source/vcl/cachedbitmap.hxx @@ -21,7 +21,7 @@ #define INCLUDED_CANVAS_SOURCE_VCL_CACHEDBITMAP_HXX #include <com/sun/star/rendering/RenderState.hpp> -#include <canvas/base/cachedprimitivebase.hxx> +#include <base/cachedprimitivebase.hxx> #include <vcl/GraphicObject.hxx> #include <memory> |