diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-08 00:09:24 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-19 09:24:01 +0200 |
commit | 71ef762f21ada8c25aad2183065478171e985e8c (patch) | |
tree | 9fe775ae7905c342273d144d94dc4e36e752ac51 /svtools/source/svhtml | |
parent | 10b457143a2848611ff4fd91c1e74ce8ba975e4e (diff) |
tdf#42949 Fix IWYU warnings in svtools/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ifc70900022efcd089c0874bd46e0aacaef0efb72
Reviewed-on: https://gerrit.libreoffice.org/78767
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svtools/source/svhtml')
-rw-r--r-- | svtools/source/svhtml/htmlkywd.cxx | 3 | ||||
-rw-r--r-- | svtools/source/svhtml/parhtml.cxx | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/svhtml/htmlkywd.cxx b/svtools/source/svhtml/htmlkywd.cxx index 31c4eea7152d..b3dddc650dee 100644 --- a/svtools/source/svhtml/htmlkywd.cxx +++ b/svtools/source/svhtml/htmlkywd.cxx @@ -19,14 +19,11 @@ #include <algorithm> -#include <limits.h> #include <sal/types.h> -#include <stdlib.h> #include <string.h> #include <rtl/ustring.hxx> #include <svtools/htmltokn.h> #include <svtools/htmlkywd.hxx> -#include <sal/log.hxx> template<typename T> struct TokenEntry diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx index ade6dfa8691b..a048ab92d923 100644 --- a/svtools/source/svhtml/parhtml.cxx +++ b/svtools/source/svhtml/parhtml.cxx @@ -23,7 +23,6 @@ #include <tools/debug.hxx> #include <tools/color.hxx> #include <rtl/ustrbuf.hxx> -#include <rtl/strbuf.hxx> #include <rtl/character.hxx> #include <rtl/tencinfo.h> #include <sal/log.hxx> @@ -38,7 +37,6 @@ #include <svtools/htmltokn.h> #include <svtools/htmlkywd.hxx> -#include <memory> #include <utility> using namespace ::com::sun::star; |