diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-04-10 13:11:33 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-04-12 15:20:47 +0200 |
commit | 2b44f9490853c9de5a0e92c41fdc1279b6c91e06 (patch) | |
tree | f381f0c82184c05df066fbd71a07a00da9a7345d /unotools/source/ucbhelper | |
parent | 67a5469f1cc40253453f1248622d2e52c92964ab (diff) |
Recheck modules [uU]* with IWYU
See tdf#42949 for motivation
Change-Id: If710445176681de8e0a0b6c65f58ecaca19dbccf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132768
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'unotools/source/ucbhelper')
-rw-r--r-- | unotools/source/ucbhelper/ucbhelper.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unotools/source/ucbhelper/ucbhelper.cxx b/unotools/source/ucbhelper/ucbhelper.cxx index f91fac4e921b..e6a31ef318bb 100644 --- a/unotools/source/ucbhelper/ucbhelper.cxx +++ b/unotools/source/ucbhelper/ucbhelper.cxx @@ -41,12 +41,10 @@ #include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/uno/Sequence.hxx> #include <comphelper/processfactory.hxx> -#include <cppuhelper/exc_hlp.hxx> #include <comphelper/simplefileaccessinteraction.hxx> #include <osl/file.hxx> #include <rtl/ustring.hxx> #include <sal/log.hxx> -#include <sal/types.h> #include <tools/datetime.hxx> #include <tools/urlobj.hxx> #include <tools/diagnose_ex.h> |