summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/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/qa/cppunit/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/qa/cppunit/skia')
-rw-r--r--vcl/qa/cppunit/skia/skia.cxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/vcl/qa/cppunit/skia/skia.cxx b/vcl/qa/cppunit/skia/skia.cxx
index 1f04c5825584..a84cb7d19907 100644
--- a/vcl/qa/cppunit/skia/skia.cxx
+++ b/vcl/qa/cppunit/skia/skia.cxx
@@ -9,14 +9,16 @@
#include <test/bootstrapfixture.hxx>
-#include <vcl/skia/SkiaHelper.hxx>
-#include <skia/salbmp.hxx>
-#include <bitmapwriteaccess.hxx>
-#include <vcl/virdev.hxx>
#include <tools/stream.hxx>
-#include <vcl/graphicfilter.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
+#include <vcl/graphicfilter.hxx>
+#include <vcl/virdev.hxx>
+#include <vcl/skia/SkiaHelper.hxx>
+
+#include <skia/salbmp.hxx>
+#include <bitmap/BitmapWriteAccess.hxx>
+
// This tests backends that use Skia (i.e. intentionally not the svp one, which is the default.)
// Note that you still may need to actually set for Skia to be used (see vcl/README.vars).
// If Skia is not enabled, all tests will be silently skipped.