diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-06-29 18:22:01 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-07-10 11:45:42 +0200 |
commit | 6b51fee8d264db616d1be32676f0f691acbfe680 (patch) | |
tree | dee5c44446b46951fce9bf3bb5344c941b3f539e /unoidl/source | |
parent | 15eadb56d0a24fb4b1e70c8afb41f6e02eb47761 (diff) |
tdf#42949 Fix IWYU warnings in include/osl/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I7b19938246ca8498fa300f781589bf17b3d486aa
Reviewed-on: https://gerrit.libreoffice.org/56723
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'unoidl/source')
-rw-r--r-- | unoidl/source/unoidl-write.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unoidl/source/unoidl-write.cxx b/unoidl/source/unoidl-write.cxx index fcb004a24df3..083f7a5b7b1f 100644 --- a/unoidl/source/unoidl-write.cxx +++ b/unoidl/source/unoidl-write.cxx @@ -22,6 +22,7 @@ #include <osl/file.h> #include <osl/file.hxx> #include <osl/process.h> +#include <rtl/byteseq.hxx> #include <rtl/process.h> #include <rtl/string.h> #include <rtl/string.hxx> |