diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-12-18 21:37:52 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-12-20 10:40:04 +0100 |
commit | 0c595cff64674c868f38392b6e4511f8133ae1b1 (patch) | |
tree | f7fe1f938ccf4687456da16dba7f83f119d86ad5 /editeng/source/uno/unopracc.cxx | |
parent | aa7a23f4f71853b7a256435404b7f73ddefc061e (diff) |
tdf#42949 Fix IWYU warnings in editeng/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I8d56ef332c18b03d44489762bd6bf540b893b599
Reviewed-on: https://gerrit.libreoffice.org/85429
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'editeng/source/uno/unopracc.cxx')
-rw-r--r-- | editeng/source/uno/unopracc.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editeng/source/uno/unopracc.cxx b/editeng/source/uno/unopracc.cxx index 9207839c711c..6b2e5b42c376 100644 --- a/editeng/source/uno/unopracc.cxx +++ b/editeng/source/uno/unopracc.cxx @@ -21,9 +21,7 @@ #include <cppuhelper/typeprovider.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/lang/XComponent.hpp> #include <cppuhelper/supportsservice.hxx> -#include <cppuhelper/weakref.hxx> #include <editeng/unopracc.hxx> #include <editeng/unoedsrc.hxx> |