From 6b51fee8d264db616d1be32676f0f691acbfe680 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 29 Jun 2018 18:22:01 +0200 Subject: 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 --- include/osl/file.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/osl') diff --git a/include/osl/file.hxx b/include/osl/file.hxx index 6d1a755ac422..a85f5fc7aeb0 100644 --- a/include/osl/file.hxx +++ b/include/osl/file.hxx @@ -24,7 +24,6 @@ #include -#include #include #include "sal/log.hxx" @@ -33,9 +32,8 @@ #include "osl/file.h" #include "osl/diagnose.h" -#include "rtl/byteseq.hxx" -#include +namespace rtl { class ByteSequence; } namespace osl { -- cgit