diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2020-12-19 04:42:58 +1100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-12-29 01:59:37 +0100 |
commit | c1f96102cb117f8c2c977da11b932cd9937ae19e (patch) | |
tree | 760d52d30b113b8deb52cb29781ee875b5dae626 /vcl/qa/cppunit/svm | |
parent | f72a5fd03ddfa94b074b28cf1259284f727139f0 (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/svm')
-rw-r--r-- | vcl/qa/cppunit/svm/svmtest.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/svm/svmtest.cxx b/vcl/qa/cppunit/svm/svmtest.cxx index 6a435c708807..4460811ca306 100644 --- a/vcl/qa/cppunit/svm/svmtest.cxx +++ b/vcl/qa/cppunit/svm/svmtest.cxx @@ -15,9 +15,10 @@ #include <vcl/hatch.hxx> #include <vcl/lineinfo.hxx> #include <vcl/virdev.hxx> -#include <bitmapwriteaccess.hxx> #include <vcl/pngwrite.hxx> +#include <bitmap/BitmapWriteAccess.hxx> + #include <config_features.h> #include <vcl/skia/SkiaHelper.hxx> |