diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-15 09:52:44 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-02 09:12:51 +0200 |
commit | d00ee2cb0dce84173c035cf89f332c150dd02d00 (patch) | |
tree | 50417e1b542ca8ccf76e5e5ca4399590a140c734 /vcl/source/app/unohelp.cxx | |
parent | 599ae1151bf893491db7ad983d64c77521c3ae9d (diff) |
tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I386e913f9002eed164c26137a0e184993d010b86
Reviewed-on: https://gerrit.libreoffice.org/74090
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/source/app/unohelp.cxx')
-rw-r--r-- | vcl/source/app/unohelp.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/app/unohelp.cxx b/vcl/source/app/unohelp.cxx index e85fd67eae02..6d9e6f31abe5 100644 --- a/vcl/source/app/unohelp.cxx +++ b/vcl/source/app/unohelp.cxx @@ -20,10 +20,8 @@ #include <vcl/svapp.hxx> #include <vcl/unohelp.hxx> -#include <svdata.hxx> #include <osl/diagnose.h> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <comphelper/processfactory.hxx> #include <com/sun/star/i18n/BreakIterator.hpp> |