diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-06-26 07:09:39 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-06-28 09:08:15 +0200 |
commit | f4dafe050abe42a36ed56576c23539eb808db5ba (patch) | |
tree | 6328f9049b75c22d380717a20e75e00c7ab3d959 /sd | |
parent | 64acf709a616c45d20c9cb5b1bcce0da34593661 (diff) |
tdf#42949 Fix IWYU warnings in include/osl/*h
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ib2301526d7aa6982af6c8c79ed7e9a4c34b7bbf7
Reviewed-on: https://gerrit.libreoffice.org/56491
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/html/htmlex.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/filter/html/htmlex.cxx b/sd/source/filter/html/htmlex.cxx index b072437e5325..0e47c46add57 100644 --- a/sd/source/filter/html/htmlex.cxx +++ b/sd/source/filter/html/htmlex.cxx @@ -25,6 +25,7 @@ #include <com/sun/star/ucb/SimpleFileAccess.hpp> #include <rtl/uri.hxx> +#include <rtl/tencinfo.h> #include <comphelper/processfactory.hxx> #include <osl/file.hxx> #include <unotools/pathoptions.hxx> |