diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-12-21 22:03:29 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-12-22 10:49:55 +0100 |
commit | f3e840541a117113be85d7733f20c5d5ab6552f1 (patch) | |
tree | 8109959de7dfe6dc9061ece5834b657f3bc04ba2 /cppcanvas | |
parent | 7ea805eb81ce865198cdb0fe418a73f6c353310e (diff) |
tdf#42949 Fix some Include What You Use warnings
Change-Id: I30121764303579a7cb4ded0f0f48cc1f8fff6c33
Reviewed-on: https://gerrit.libreoffice.org/46946
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'cppcanvas')
-rw-r--r-- | cppcanvas/qa/extras/emfplus/emfplus.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cppcanvas/qa/extras/emfplus/emfplus.cxx b/cppcanvas/qa/extras/emfplus/emfplus.cxx index 61a496c84697..b5a32b1fca94 100644 --- a/cppcanvas/qa/extras/emfplus/emfplus.cxx +++ b/cppcanvas/qa/extras/emfplus/emfplus.cxx @@ -7,17 +7,13 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/graphic/XGraphic.hpp> #include <comphelper/processfactory.hxx> #include <sfx2/app.hxx> #include <sfx2/objsh.hxx> #include <sfx2/sfxbasemodel.hxx> #include <test/unoapi_test.hxx> -#include <unotest/macros_test.hxx> #include <vcl/bitmapaccess.hxx> #include <vcl/pngwrite.hxx> |