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 /shell | |
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 'shell')
-rw-r--r-- | shell/source/backends/desktopbe/desktopbackend.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/source/backends/desktopbe/desktopbackend.cxx b/shell/source/backends/desktopbe/desktopbackend.cxx index 7fa007689095..369de240859a 100644 --- a/shell/source/backends/desktopbe/desktopbackend.cxx +++ b/shell/source/backends/desktopbe/desktopbackend.cxx @@ -43,6 +43,7 @@ #include <cppuhelper/weak.hxx> #include <osl/file.hxx> #include <osl/security.hxx> +#include <rtl/byteseq.hxx> #include <rtl/string.h> #include <rtl/textenc.h> #include <rtl/ustring.h> |