diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-11-23 23:03:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-12-06 20:25:51 +0100 |
commit | 19f9a7e298ed32e653cc3062b7a332e56ecee24d (patch) | |
tree | 38e8e4dcabc334e2baf48cdce6076f577a0eed3a /vcl/backendtest | |
parent | c2bd06120b932bf3757f19bdf8c8d9ee8a31f557 (diff) |
Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxx
...and fix the fallout
Change-Id: Ie514bd95d5a9f990a887566619031e9844c40b92
Reviewed-on: https://gerrit.libreoffice.org/45195
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/backendtest')
-rw-r--r-- | vcl/backendtest/VisualBackendTest.cxx | 1 | ||||
-rw-r--r-- | vcl/backendtest/outputdevice/bitmap.cxx | 2 | ||||
-rw-r--r-- | vcl/backendtest/outputdevice/gradient.cxx | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/vcl/backendtest/VisualBackendTest.cxx b/vcl/backendtest/VisualBackendTest.cxx index 6e75ac746a71..02623767cf94 100644 --- a/vcl/backendtest/VisualBackendTest.cxx +++ b/vcl/backendtest/VisualBackendTest.cxx @@ -19,6 +19,7 @@ #include <com/sun/star/ucb/UniversalContentBroker.hpp> #include <osl/time.h> +#include <vcl/gradient.hxx> #include <vcl/vclmain.hxx> #include <vcl/layout.hxx> #include <salhelper/thread.hxx> diff --git a/vcl/backendtest/outputdevice/bitmap.cxx b/vcl/backendtest/outputdevice/bitmap.cxx index 70d2d42070cf..d8836330d5be 100644 --- a/vcl/backendtest/outputdevice/bitmap.cxx +++ b/vcl/backendtest/outputdevice/bitmap.cxx @@ -9,7 +9,7 @@ */ #include <test/outputdevice.hxx> - +#include <vcl/bitmapex.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> namespace vcl { diff --git a/vcl/backendtest/outputdevice/gradient.cxx b/vcl/backendtest/outputdevice/gradient.cxx index b9ccb6ef762a..58e20e5d6092 100644 --- a/vcl/backendtest/outputdevice/gradient.cxx +++ b/vcl/backendtest/outputdevice/gradient.cxx @@ -9,6 +9,7 @@ */ #include <test/outputdevice.hxx> +#include <vcl/gradient.hxx> namespace vcl { namespace test { |