diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-11-23 20:22:00 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-11-24 08:09:53 +0100 |
commit | c130063895c7a733ad121db1bf5fbceac38f6ad5 (patch) | |
tree | 201b50fc778801df47aab14b2619933816b8e457 /cppcanvas | |
parent | 8ba1c4e27376cbd73892768d1e741067918eb897 (diff) |
Remove some unused includes
Mostly com/sun/star/frame/Desktop.hpp is unused after inheriting from
UnoApiTest.
Change-Id: Ifba307353a11a14e033a230a291314bee86b51c8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143190
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cppcanvas')
-rw-r--r-- | cppcanvas/qa/extras/emfplus/emfplus.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cppcanvas/qa/extras/emfplus/emfplus.cxx b/cppcanvas/qa/extras/emfplus/emfplus.cxx index 15b2133552f2..e19508b202d7 100644 --- a/cppcanvas/qa/extras/emfplus/emfplus.cxx +++ b/cppcanvas/qa/extras/emfplus/emfplus.cxx @@ -7,13 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <com/sun/star/frame/Desktop.hpp> +#include <test/unoapi_test.hxx> -#include <comphelper/processfactory.hxx> -#include <sfx2/app.hxx> #include <sfx2/objsh.hxx> #include <sfx2/sfxbasemodel.hxx> -#include <test/unoapi_test.hxx> #include <vcl/BitmapReadAccess.hxx> #include <vcl/filter/PngImageWriter.hxx> #include <vcl/gdimtf.hxx> |