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 --- shell/source/backends/desktopbe/desktopbackend.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/source/backends') 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 #include #include +#include #include #include #include -- cgit