diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-10-31 02:26:36 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-10-31 11:29:44 +0100 |
commit | 977c9933535f62c729f2111e0734f8bd2263377b (patch) | |
tree | 822f8a045eb4f2e98206fe4a9f37f5a7f8d3d6a8 /cppcanvas/qa/unit/test.cxx | |
parent | 0630427ef44901127423576f3aa8ef7f87d11ef9 (diff) |
tdf#42949 Fix IWYU warnings in cppcanvas/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I3e6b35acf6266157d4cf634e2143e6e19a73102a
Reviewed-on: https://gerrit.libreoffice.org/81813
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cppcanvas/qa/unit/test.cxx')
-rw-r--r-- | cppcanvas/qa/unit/test.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cppcanvas/qa/unit/test.cxx b/cppcanvas/qa/unit/test.cxx index fb896ddedcc8..fbf6caf39147 100644 --- a/cppcanvas/qa/unit/test.cxx +++ b/cppcanvas/qa/unit/test.cxx @@ -11,15 +11,9 @@ #include <test/bootstrapfixture.hxx> -#include <osl/file.hxx> -#include <osl/process.h> -#include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> #include <vcl/canvastools.hxx> -#include <com/sun/star/lang/XInitialization.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> - #include <com/sun/star/rendering/XBitmap.hpp> #include <com/sun/star/rendering/XCanvas.hpp> #include <com/sun/star/rendering/XBitmapCanvas.hpp> |