summaryrefslogtreecommitdiff
path: root/vcl/skia
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2020-12-19 04:42:58 +1100
committerTomaž Vajngerl <quikee@gmail.com>2020-12-29 01:59:37 +0100
commitc1f96102cb117f8c2c977da11b932cd9937ae19e (patch)
tree760d52d30b113b8deb52cb29781ee875b5dae626 /vcl/skia
parentf72a5fd03ddfa94b074b28cf1259284f727139f0 (diff)
vcl: move local bitmap headers to inc/bitmap directory
Change-Id: I72cc28d4df8031e322daa50d79666cabcb6421a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108040 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl/skia')
-rw-r--r--vcl/skia/salbmp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/skia/salbmp.cxx b/vcl/skia/salbmp.cxx
index c98d5e1aa480..18b10680eeb8 100644
--- a/vcl/skia/salbmp.cxx
+++ b/vcl/skia/salbmp.cxx
@@ -27,7 +27,7 @@
#include <salinst.hxx>
#include <scanlinewriter.hxx>
#include <svdata.hxx>
-#include <bmpfast.hxx>
+#include <bitmap/bmpfast.hxx>
#include <vcl/BitmapReadAccess.hxx>
#include <SkCanvas.h>