diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-08-30 21:42:54 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-08-31 09:55:21 +0200 |
commit | bf01403479096eb3e0d8c7d7dc09390570a1f262 (patch) | |
tree | 9cd168e00caa45afe53086b22f95d5a43ed11c4a /sax | |
parent | 91cb01b1e6f898b5a1c1934f60b2b43653a12044 (diff) |
tdf#42949 Fix IWYU warnings: boost/optional in include/
Found with bin/find-unneeded-includes a few low hanging
boost/optional headers.
This gets us about 75M includebloat reduction; still much to go
Change-Id: I5c737631767970f9145609aad298a5d11e3fed65
Reviewed-on: https://gerrit.libreoffice.org/59840
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/tools/converter.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sax/source/tools/converter.cxx b/sax/source/tools/converter.cxx index 416ada3f4ce4..79f84c09697e 100644 --- a/sax/source/tools/converter.cxx +++ b/sax/source/tools/converter.cxx @@ -27,6 +27,7 @@ #include <com/sun/star/util/Duration.hpp> #include <com/sun/star/util/Time.hpp> #include <com/sun/star/uno/Sequence.hxx> +#include <boost/optional.hpp> #include <rtl/ustrbuf.hxx> #include <rtl/math.hxx> |